Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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>.
|
|
|
|
| 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"
|