Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
badc317
1
Parent(s):
ec5ef36
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
|
|
37 |
fileout = gr.File(interactive=False, label="MIDI File", type="binary")
|
38 |
audioout = gr.Audio(interactive=False, label="Audio")
|
39 |
synth.click(gen, inputs=[piano_only, piano_seed, length], outputs=[txtout, fileout, audioout])
|
40 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
37 |
fileout = gr.File(interactive=False, label="MIDI File", type="binary")
|
38 |
audioout = gr.Audio(interactive=False, label="Audio")
|
39 |
synth.click(gen, inputs=[piano_only, piano_seed, length], outputs=[txtout, fileout, audioout])
|
40 |
+
demo.queue(api_open=False, default_concurrency_limit=5).launch(show_api=False)
|