Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
torch
|
| 3 |
-
|
| 4 |
-
transformers
|
| 5 |
sentencepiece
|
| 6 |
soundfile
|
| 7 |
numpy
|
| 8 |
python-pptx
|
| 9 |
pypdf
|
| 10 |
-
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
torch==2.2.2
|
| 3 |
+
transformers==4.41.2
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
soundfile
|
| 6 |
numpy
|
| 7 |
python-pptx
|
| 8 |
pypdf
|
| 9 |
+
gTTS
|