Spaces:
Sleeping
Sleeping
updated models paths
Browse files
app.py
CHANGED
@@ -334,9 +334,9 @@ class TransformerTTS(nn.Module):
|
|
334 |
|
335 |
# IMPORTANT: Replace "your-username" with your Hugging Face username
|
336 |
# and the model names with the ones you created on the Hub.
|
337 |
-
TTS_MODEL_HUB_ID = "MoHamdyy/
|
338 |
-
ASR_HUB_ID = "MoHamdyy/whisper-stt-model
|
339 |
-
MARIAN_HUB_ID = "
|
340 |
|
341 |
# Helper function to download the TTS model file from the Hub
|
342 |
from huggingface_hub import hf_hub_download
|
|
|
334 |
|
335 |
# IMPORTANT: Replace "your-username" with your Hugging Face username
|
336 |
# and the model names with the ones you created on the Hub.
|
337 |
+
TTS_MODEL_HUB_ID = "MoHamdyy/transformer-tts-ljspeech"
|
338 |
+
ASR_HUB_ID = "MoHamdyy/whisper-stt-model"
|
339 |
+
MARIAN_HUB_ID = "MoHamdyy/marian-ar-en-translation"
|
340 |
|
341 |
# Helper function to download the TTS model file from the Hub
|
342 |
from huggingface_hub import hf_hub_download
|