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