Hev832 commited on
Commit
6dd3997
·
verified ·
1 Parent(s): 057b246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -537,4 +537,4 @@ with gr.Blocks(title="Hex RVC") as app:
537
 
538
 
539
  # Launch the Gradio app
540
- app.launch()
 
537
 
538
 
539
  # Launch the Gradio app
540
+ app.launch(share=True, debug=True)