Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
225 |
run_button = gr.Button("Generate", scale=1)
|
226 |
|
227 |
# Output Component
|
228 |
-
result = gr.Audio(label="
|
229 |
|
230 |
# Advanced settings in an Accordion
|
231 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
225 |
run_button = gr.Button("Generate", scale=1)
|
226 |
|
227 |
# Output Component
|
228 |
+
result = gr.Audio(label="Generated Audio", type="numpy")
|
229 |
|
230 |
# Advanced settings in an Accordion
|
231 |
with gr.Accordion("Advanced Settings", open=False):
|