Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -219,9 +219,10 @@ with gr.Blocks(title="DMOSpeech 2 - Zero-Shot TTS", theme=gr.themes.Soft()) as d
|
|
219 |
gr.Markdown(f"""
|
220 |
# 🎙️ DMOSpeech 2: Zero-Shot Text-to-Speech
|
221 |
|
222 |
-
Generate natural speech in any voice with just a short reference audio!
|
|
|
|
|
223 |
|
224 |
-
**Model Status:** {status_message} | **Device:** {device.upper()} | **ASR:** {"✅ Ready" if asr_pipe else "❌ Not available"}
|
225 |
""")
|
226 |
|
227 |
with gr.Row():
|
|
|
219 |
gr.Markdown(f"""
|
220 |
# 🎙️ DMOSpeech 2: Zero-Shot Text-to-Speech
|
221 |
|
222 |
+
Generate natural speech in any voice with just a short reference audio!
|
223 |
+
|
224 |
+
** NOTE: The entire space was generated by Claude for demo purposes and may not demostrate the model's real performance because it can contain glitches/bugs **
|
225 |
|
|
|
226 |
""")
|
227 |
|
228 |
with gr.Row():
|