Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,6 @@ def ui_full(launch_kwargs):
|
|
191 |
with gr.Row():
|
192 |
submit = gr.Button("Submit")
|
193 |
# Adapted from https://github.com/rkfg/audiocraft/blob/long/app.py, MIT license.
|
194 |
-
_ = gr.Button("Interrupt").click(fn=interrupt, queue=False)
|
195 |
with gr.Row():
|
196 |
model = gr.Radio(["melody", "medium", "small", "large"],
|
197 |
label="Model", value="melody", interactive=True)
|
|
|
191 |
with gr.Row():
|
192 |
submit = gr.Button("Submit")
|
193 |
# Adapted from https://github.com/rkfg/audiocraft/blob/long/app.py, MIT license.
|
|
|
194 |
with gr.Row():
|
195 |
model = gr.Radio(["melody", "medium", "small", "large"],
|
196 |
label="Model", value="melody", interactive=True)
|