Spaces:
Running
Running
Push version 1 F5-TTS-Vietnamese-100h spaces
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import os
|
2 |
from huggingface_hub import login
|
3 |
os.system("pip install torch==2.4.0+cu124 torchaudio==2.4.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124")
|
|
|
1 |
+
import spaces
|
2 |
import os
|
3 |
from huggingface_hub import login
|
4 |
os.system("pip install torch==2.4.0+cu124 torchaudio==2.4.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124")
|