Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,8 @@ iface = gr.Interface(
|
|
| 17 |
outputs=gr.outputs.Audio(type="numpy", label="Voice"),
|
| 18 |
title="Text to Speech",
|
| 19 |
description="Enter text and click 'Generate' to convert it to speech.",
|
| 20 |
-
theme="
|
| 21 |
-
live=
|
| 22 |
)
|
| 23 |
|
| 24 |
iface.launch()
|
|
|
|
| 17 |
outputs=gr.outputs.Audio(type="numpy", label="Voice"),
|
| 18 |
title="Text to Speech",
|
| 19 |
description="Enter text and click 'Generate' to convert it to speech.",
|
| 20 |
+
theme="default",
|
| 21 |
+
live=False, # Set live to False to use a "Generate" button
|
| 22 |
)
|
| 23 |
|
| 24 |
iface.launch()
|