Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -17,4 +17,9 @@ optimum
|
|
17 |
beautifulsoup4
|
18 |
ftfy
|
19 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
20 |
-
torch==2.0.1
|
|
|
|
|
|
|
|
|
|
|
|
17 |
beautifulsoup4
|
18 |
ftfy
|
19 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
20 |
+
torch==2.0.1
|
21 |
+
transformers
|
22 |
+
inflect
|
23 |
+
edge-tts
|
24 |
+
asyncio
|
25 |
+
streaming-stt-nemo==0.2.0
|