todevhai commited on
Commit
1fe0ff2
·
verified ·
1 Parent(s): c536008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,7 +442,7 @@ language_dict = {
442
  }
443
  }
444
 
445
- pipe = pipeline("text2text-generation", model="mush42/fine-tashkeel")
446
 
447
  async def text_to_speech_edge(text, language_code, speaker, tashkeel_checkbox=False):
448
 
 
442
  }
443
  }
444
 
445
+ pipe = pipeline("text2text-generation", model="basharalrfooh/Fine-Tashkeel")
446
 
447
  async def text_to_speech_edge(text, language_code, speaker, tashkeel_checkbox=False):
448