Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import gradio as gr
|
|
3 |
tts_examples = [
|
4 |
"I love learning machine learning",
|
5 |
"How do you do?",
|
|
|
|
|
6 |
]
|
7 |
|
8 |
tts_demo = gr.load(
|
|
|
3 |
tts_examples = [
|
4 |
"I love learning machine learning",
|
5 |
"How do you do?",
|
6 |
+
"I don't like this any more"
|
7 |
+
"Do your best on studying"
|
8 |
]
|
9 |
|
10 |
tts_demo = gr.load(
|