JulienChoukroun
commited on
Commit
•
7846fa7
1
Parent(s):
dc8727b
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
datasets
|
4 |
sentencepiece
|
5 |
-
gradio
|
|
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
datasets
|
4 |
sentencepiece
|
5 |
+
pip uninstall gradio
|
6 |
+
pip install gradio==3.50.2
|