Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1434,9 +1434,4 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|
1434 |
|
1435 |
|
1436 |
|
1437 |
-
app.
|
1438 |
-
server_name="0.0.0.0",
|
1439 |
-
inbrowser=not config.noautoopen,
|
1440 |
-
server_port=config.listen_port,
|
1441 |
-
quiet=True,
|
1442 |
-
)
|
|
|
1434 |
|
1435 |
|
1436 |
|
1437 |
+
app.launch()
|
|
|
|
|
|
|
|
|
|