Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ with gr.Blocks() as performance:
|
|
42 |
# b3 = gr.Button().style(full_width=True)
|
43 |
# b3.click(get_mubert_music, [input_text, input_duration], gr.Audio(label="결과 음악 파일", type='filepath'))
|
44 |
|
45 |
-
performance.queue().launch(
|
|
|
42 |
# b3 = gr.Button().style(full_width=True)
|
43 |
# b3.click(get_mubert_music, [input_text, input_duration], gr.Audio(label="결과 음악 파일", type='filepath'))
|
44 |
|
45 |
+
performance.queue().launch()
|