Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,4 +100,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 100 |
btn_synthesize.click(infer_tts, inputs=[ref_audio, gen_text, speed], outputs=[output_audio, output_spectrogram])
|
| 101 |
|
| 102 |
# Run Gradio with share=True to get a gradio.live link
|
| 103 |
-
demo.queue().launch(
|
|
|
|
| 100 |
btn_synthesize.click(infer_tts, inputs=[ref_audio, gen_text, speed], outputs=[output_audio, output_spectrogram])
|
| 101 |
|
| 102 |
# Run Gradio with share=True to get a gradio.live link
|
| 103 |
+
demo.queue().launch()
|