Ogpoggi commited on
Commit
f3a68ce
1 Parent(s): 539090a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  torch
2
  git+https://github.com/huggingface/transformers.git
3
  sentencepiece
4
- gradio==3.45.0
 
 
 
1
  torch
2
  git+https://github.com/huggingface/transformers.git
3
  sentencepiece
4
+ gradio==3.45.0
5
+ os.system("pip uninstall -y gradio")
6
+ os.system("pip install gradio==2.6.4")