erikacardenas300 commited on
Commit
5d6cdbc
·
1 Parent(s): 5487630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import os
2
  os.system('pip install transformers')
3
  os.system('pip install TextBlob')
 
1
+ pip3 install torch torchvision
2
+
3
  import os
4
  os.system('pip install transformers')
5
  os.system('pip install TextBlob')