Spaces:
Running on Zero
Running on Zero
Fix ZeroGPU build dependency URLs
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
./vendor/pocket_tts-3.0.2-py3-none-any.whl
|
| 2 |
gradio==6.10.0
|
| 3 |
-
spaces==0.51.
|
| 4 |
huggingface-hub==0.36.0
|
| 5 |
transformers==4.57.6
|
| 6 |
onnxruntime==1.23.2
|
| 7 |
soundfile==0.14.0
|
| 8 |
-
./vendor/ruaccent-1.5.8.3-py2.py3-none-any.whl
|
|
|
|
| 1 |
+
pocket-tts @ https://huggingface.co/spaces/Brakanier/xVibePocketTTS/resolve/51f8b8a09352469c93a4f775da4598d3bdf69ecb/vendor/pocket_tts-3.0.2-py3-none-any.whl
|
| 2 |
gradio==6.10.0
|
| 3 |
+
spaces==0.51.1
|
| 4 |
huggingface-hub==0.36.0
|
| 5 |
transformers==4.57.6
|
| 6 |
onnxruntime==1.23.2
|
| 7 |
soundfile==0.14.0
|
| 8 |
+
ruaccent @ https://huggingface.co/spaces/Brakanier/xVibePocketTTS/resolve/51f8b8a09352469c93a4f775da4598d3bdf69ecb/vendor/ruaccent-1.5.8.3-py2.py3-none-any.whl
|