Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def main(debug, share):
|
|
43 |
]
|
44 |
|
45 |
# Create Gradio interface
|
46 |
-
demo = gr.Interface(fn=tts, inputs=gradio_inputs, outputs=gradio_outputs, title="
|
47 |
|
48 |
# Launch Gradio with command-line options
|
49 |
demo.queue().launch(allowed_paths=[f"./audio"], debug=debug, share=share)
|
|
|
43 |
]
|
44 |
|
45 |
# Create Gradio interface
|
46 |
+
demo = gr.Interface(fn=tts, inputs=gradio_inputs, outputs=gradio_outputs, title="", examples=example)
|
47 |
|
48 |
# Launch Gradio with command-line options
|
49 |
demo.queue().launch(allowed_paths=[f"./audio"], debug=debug, share=share)
|