yl4579 commited on
Commit
9797f9f
·
verified ·
1 Parent(s): ce62445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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():