Spaces:
Runtime error
Runtime error
Commit
·
513ec33
1
Parent(s):
65f67c3
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
)
|
46 |
|
47 |
voice = gr.Dropdown(
|
48 |
-
VOICE_OPTIONS, value="
|
49 |
)
|
50 |
|
51 |
output_audio = gr.Audio(label="streaming audio:", streaming=True, autoplay=True)
|
|
|
45 |
)
|
46 |
|
47 |
voice = gr.Dropdown(
|
48 |
+
VOICE_OPTIONS, value="kasuri", label="Select voice:", type="value"
|
49 |
)
|
50 |
|
51 |
output_audio = gr.Audio(label="streaming audio:", streaming=True, autoplay=True)
|