Spaces:
Sleeping
Sleeping
Commit
·
249b1db
1
Parent(s):
8c9cc75
Change gradio to >=3.20 due to version conflict
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch>=1.12
|
2 |
transformers>=4.30.0
|
3 |
sentencepiece
|
4 |
-
gradio
|
5 |
requests
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
7 |
gTTS
|
|
|
1 |
torch>=1.12
|
2 |
transformers>=4.30.0
|
3 |
sentencepiece
|
4 |
+
gradio>=3.20
|
5 |
requests
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
7 |
gTTS
|