paascorb commited on
Commit
178c600
1 Parent(s): 1651511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from pathlib import Path
3
  import os
4
 
5
  os.system('pip install transformers')
6
- os.system('pip install tensorflow-gpu')
 
7
 
8
  from transformers import pipeline
9
 
 
3
  import os
4
 
5
  os.system('pip install transformers')
6
+ os.system('pip install --upgrade pip')
7
+ os.system('pip install tensorflow')
8
 
9
  from transformers import pipeline
10