NeoPy commited on
Commit
d5a6e23
·
verified ·
1 Parent(s): f2c9c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(api_open=False).launch(show_api=False)
 
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)