karimouda commited on
Commit
728bf18
·
verified ·
1 Parent(s): 63b4244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ with gr.Blocks(css=custom_css) as demo:
70
  f"""<h1><img src='/gradio_api/file={CURR_BASE_DIR}/images/silma-logo.png'/>SILMA TTS Demo</h1>
71
  <br>
72
  <p style="font-size:16px">
73
- SILMA TTS v1 is a high-performance, 150M-parameter bilingual (Arabic/English) TTS model developed by <a href="https://silma.ai">SILMA.AI</a>. Feel free to visit the <a href="https://huggingface.co/silma-ai/silma-tts" target="_blank">model page</a> or learn more on about the model on <a href="https://github.com/SILMA-AI/silma-tts" target="_blank">Github</a>
 
74
  </p>
75
  """,
76
  elem_id="tool-header"
 
70
  f"""<h1><img src='/gradio_api/file={CURR_BASE_DIR}/images/silma-logo.png'/>SILMA TTS Demo</h1>
71
  <br>
72
  <p style="font-size:16px">
73
+ SILMA TTS v1 is a high-performance, 150M-parameter bilingual (Arabic/English) TTS model developed by <a href="https://silma.ai">SILMA.AI</a>.
74
+ Check out the <a href="https://huggingface.co/silma-ai/silma-tts" target="_blank">model page</a> or explore the repository on <a href="https://github.com/SILMA-AI/silma-tts" target="_blank">Github</a> for more details.
75
  </p>
76
  """,
77
  elem_id="tool-header"