MoHamdyy commited on
Commit
b28da2b
·
1 Parent(s): 9d962cb

updated models paths

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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/marian-ar-en-translation/transformer-tts-ljspeech"
338
- ASR_HUB_ID = "MoHamdyy/whisper-stt-model/whisper-arabic-test"
339
- MARIAN_HUB_ID = "your-username/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
 
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