Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
|
|
|
|
|
| 1 |
TTS==0.22.0
|
| 2 |
-
gradio==3.
|
| 3 |
numpy==1.24.3
|
| 4 |
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.1.2
|
| 3 |
TTS==0.22.0
|
| 4 |
+
gradio==3.50.2
|
| 5 |
numpy==1.24.3
|
| 6 |
|