Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -253,4 +253,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="pink", secondary_hue="rose"), t
|
|
253 |
uvr5_output_inst = gr.Audio(label="Instrumental", type="filepath")
|
254 |
uvr5_button.click(inf_handler, [uvr5_audio_file, uvr5_model], [uvr5_output_voc, uvr5_output_inst])
|
255 |
|
256 |
-
app.queue(
|
|
|
253 |
uvr5_output_inst = gr.Audio(label="Instrumental", type="filepath")
|
254 |
uvr5_button.click(inf_handler, [uvr5_audio_file, uvr5_model], [uvr5_output_voc, uvr5_output_inst])
|
255 |
|
256 |
+
app.queue().launch(share=True)
|