Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(theme='soft', css=CSS, js=JS, title="Stable Audio Open") as iface
|
|
89 |
second = gr.Slider(5.0, 60.0, value=10.0, label="Second", step=0.1),
|
90 |
with gr.Row():
|
91 |
submit_btn = gr.Button("π Send") # Create a submit button
|
92 |
-
clear_btn = gr.ClearButton(
|
93 |
|
94 |
# Set up the event listeners
|
95 |
submit_btn.click(main, inputs=[prompt, negative, second], outputs=output)
|
|
|
89 |
second = gr.Slider(5.0, 60.0, value=10.0, label="Second", step=0.1),
|
90 |
with gr.Row():
|
91 |
submit_btn = gr.Button("π Send") # Create a submit button
|
92 |
+
clear_btn = gr.ClearButton(output, value="ποΈ Clear") # Create a clear button
|
93 |
|
94 |
# Set up the event listeners
|
95 |
submit_btn.click(main, inputs=[prompt, negative, second], outputs=output)
|