Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
torchaudio
|
| 4 |
+
huggingface_hub
|
| 5 |
+
peft
|
| 6 |
+
chatterbox-tts
|
| 7 |
+
|
| 8 |
+
*Note: Depending on your specific dataset lengths, you may need to assign a GPU to the Hugging Face space for `chatterbox-tts` to process the inference rapidly.*
|