mateuseap commited on
Commit
304bec0
1 Parent(s): 45e649f

fix(app.py): disable share public url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2089,5 +2089,5 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
2089
  "-------------------------------\n"
2090
  )
2091
 
2092
- app.queue(concurrency_count=511, max_size=1022).launch(share=True, quiet=True)
2093
  #endregion
 
2089
  "-------------------------------\n"
2090
  )
2091
 
2092
+ app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
2093
  #endregion