Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
streamlit==1.25.0
|
| 2 |
pdfplumber==0.5.28
|
| 3 |
transformers==4.31.0
|
| 4 |
-
torch==2.0.
|
| 5 |
torchaudio==2.0.0
|
| 6 |
tortoise-tts==3.0.0
|
|
|
|
|
|
|
|
|
| 1 |
streamlit==1.25.0
|
| 2 |
pdfplumber==0.5.28
|
| 3 |
transformers==4.31.0
|
| 4 |
+
torch==2.0.0
|
| 5 |
torchaudio==2.0.0
|
| 6 |
tortoise-tts==3.0.0
|
| 7 |
+
scikit-learn==1.3.0
|
| 8 |
+
nltk==3.8.1
|