nakas commited on
Commit
52ff358
·
1 Parent(s): 46209e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)