Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,10 @@ from TTS.tts.models.xtts import Xtts
|
|
5 |
from pathlib import Path
|
6 |
import gradio as gr
|
7 |
|
8 |
-
CONFIG_URL = 'https://huggingface.co/
|
9 |
-
VOCAB_URL = 'https://huggingface.co/
|
10 |
-
MODEL_URL = 'https://huggingface.co/
|
11 |
-
SPEAKER_AUDIO_URL = 'https://huggingface.co/
|
12 |
|
13 |
base_path = Path(__file__).parent
|
14 |
|
|
|
5 |
from pathlib import Path
|
6 |
import gradio as gr
|
7 |
|
8 |
+
CONFIG_URL = 'https://huggingface.co/medmac01/xtt2_darija_v0.1/resolve/main/config.json'
|
9 |
+
VOCAB_URL = 'https://huggingface.co/medmac01/xtt2_darija_v0.1/resolve/main/vocab.json'
|
10 |
+
MODEL_URL = 'https://huggingface.co/medmac01/xtt2_darija_v0.1/resolve/main/model.pth'
|
11 |
+
SPEAKER_AUDIO_URL = 'https://huggingface.co/medmac01/xtt2_darija_v0.1/resolve/main/speaker_reference.wav'
|
12 |
|
13 |
base_path = Path(__file__).parent
|
14 |
|