Spaces:
Runtime error
Runtime error
Commit
•
404a6d2
1
Parent(s):
3ff5a86
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(css=css) as demo:
|
|
190 |
|
191 |
gr.HTML(article)
|
192 |
|
193 |
-
send_btn.click(classic, inputs=[model_input, prompt_input, negative_prompt,
|
194 |
share_button.click(None, [], [], _js=share_js)
|
195 |
|
196 |
demo.queue(max_size=250).launch(debug=True)
|
|
|
190 |
|
191 |
gr.HTML(article)
|
192 |
|
193 |
+
send_btn.click(classic, inputs=[model_input, prompt_input, negative_prompt, duration_input], outputs=[spectrogram_output, sound_output, share_button, community_icon, loading_icon])
|
194 |
share_button.click(None, [], [], _js=share_js)
|
195 |
|
196 |
demo.queue(max_size=250).launch(debug=True)
|