Funbi commited on
Commit
a36c73f
1 Parent(s): 87f118f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
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
 
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