Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
72 |
with gr.Column():
|
73 |
btn = gr.Button("Generate", variant="primary")
|
74 |
with gr.Column():
|
75 |
-
audio_output = gr.Audio(label="Output", visible=True, autoplay=
|
76 |
error_box = gr.Textbox(label="WARNING", value="Input box cannot be blank!!", visible=False, container=True)
|
77 |
|
78 |
btn_clear.add(audio_output)
|
|
|
72 |
with gr.Column():
|
73 |
btn = gr.Button("Generate", variant="primary")
|
74 |
with gr.Column():
|
75 |
+
audio_output = gr.Audio(label="Output", visible=True, autoplay=False, show_share_button=False)
|
76 |
error_box = gr.Textbox(label="WARNING", value="Input box cannot be blank!!", visible=False, container=True)
|
77 |
|
78 |
btn_clear.add(audio_output)
|