Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -345,33 +345,6 @@ with gr.Blocks(title="DMOSpeech 2 - Zero-Shot TTS", theme=gr.themes.Soft()) as d
|
|
345 |
- High Diversity: ~0.20x (5x faster)
|
346 |
""")
|
347 |
|
348 |
-
# Examples section
|
349 |
-
gr.Markdown("### 🎯 Example Configurations")
|
350 |
-
|
351 |
-
gr.Markdown("""
|
352 |
-
<details>
|
353 |
-
<summary>English Example</summary>
|
354 |
-
|
355 |
-
**Reference text:** "Some call me nature, others call me mother nature."
|
356 |
-
|
357 |
-
**Target text:** "I don't really care what you call me. I've been a silent spectator, watching species evolve, empires rise and fall. But always remember, I am mighty and enduring."
|
358 |
-
</details>
|
359 |
-
|
360 |
-
<details>
|
361 |
-
<summary>Chinese Example</summary>
|
362 |
-
|
363 |
-
**Reference text:** "对,这就是我,万人敬仰的太乙真人。"
|
364 |
-
|
365 |
-
**Target text:** "突然,身边一阵笑声。我看着他们,意气风发地挺直了胸膛,甩了甩那稍显肉感的双臂,轻笑道:'我身上的肉,是为了掩饰我爆棚的魅力,否则,岂不吓坏了你们呢?'"
|
366 |
-
</details>
|
367 |
-
|
368 |
-
<details>
|
369 |
-
<summary>High Diversity Chinese Example</summary>
|
370 |
-
|
371 |
-
Same as above but with **Temperature: 0.8** for more natural variation in speech rhythm.
|
372 |
-
</details>
|
373 |
-
""")
|
374 |
-
|
375 |
# Event handler
|
376 |
generate_btn.click(
|
377 |
generate_speech,
|
|
|
345 |
- High Diversity: ~0.20x (5x faster)
|
346 |
""")
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
# Event handler
|
349 |
generate_btn.click(
|
350 |
generate_speech,
|