Spaces:
Runtime error
Runtime error
fix(app.py): disable share public url
Browse files
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=
|
2093 |
#endregion
|
|
|
2089 |
"-------------------------------\n"
|
2090 |
)
|
2091 |
|
2092 |
+
app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
|
2093 |
#endregion
|