Funbi commited on
Commit
87f118f
·
1 Parent(s): 380455d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  os.system("pip install transformers")
3
  os.system("pip install gradio")
4
  os.system("pip install tensorflow")
 
5
  import gradio as gr
6
 
7
  import tensorflow as tf
 
2
  os.system("pip install transformers")
3
  os.system("pip install gradio")
4
  os.system("pip install tensorflow")
5
+ os system("pip install torch")
6
  import gradio as gr
7
 
8
  import tensorflow as tf