Spaces:
Sleeping
Sleeping
Commit
·
5d685df
1
Parent(s):
249b1db
Change gradio to >=3.32 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>=5.32.0
|
5 |
requests
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
7 |
gTTS
|