Winnie-Kay commited on
Commit
53793fb
·
1 Parent(s): 71d1f42

Update app.py

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