Den Pavloff commited on
Commit
365e9d8
·
1 Parent(s): 46cf002
Files changed (1) hide show
  1. app.py +1 -1
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]: