Spaces:
Running
Running
Update requirements.txt
Browse files- 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")
|