Spaces:
Running
on
Zero
Running
on
Zero
Den Pavloff
commited on
Commit
·
365e9d8
1
Parent(s):
46cf002
play demo
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with gr.Blocks(title="KaniTTS - Text to Speech", theme=gr.themes.Default()) as d
|
|
| 166 |
gr.Markdown("## 🎯 Demo Examples")
|
| 167 |
|
| 168 |
def play_demo(text):
|
| 169 |
-
return demo_examples[text], f"Playing: {text}"
|
| 170 |
|
| 171 |
with gr.Row():
|
| 172 |
for text in list(demo_examples.keys())[:4]:
|
|
|
|
| 166 |
gr.Markdown("## 🎯 Demo Examples")
|
| 167 |
|
| 168 |
def play_demo(text):
|
| 169 |
+
return (22050, demo_examples[text]), f"Playing: {text}"
|
| 170 |
|
| 171 |
with gr.Row():
|
| 172 |
for text in list(demo_examples.keys())[:4]:
|