Funbi commited on
Commit
4f3f739
1 Parent(s): 9ee0429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  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
 
1
  import os
2
  os.system("pip install transformers")
3
+ os.system("pip install gradio==3.11")
4
  os.system("pip install tensorflow")
5
  os.system("pip install torch")
6
  import gradio as gr