Update main/app/app.py
Browse files- main/app/app.py +1 -1
main/app/app.py
CHANGED
|
@@ -432,7 +432,7 @@ js_code = """
|
|
| 432 |
"__PROVIDE_MODEL__", translations["provide_file"].format(filename=translations["model"])
|
| 433 |
)
|
| 434 |
|
| 435 |
-
client_mode = "--client" in sys.argv
|
| 436 |
|
| 437 |
with gr.Blocks(
|
| 438 |
title="📱 Vietnamese-RVC GUI BY ANH",
|
|
|
|
| 432 |
"__PROVIDE_MODEL__", translations["provide_file"].format(filename=translations["model"])
|
| 433 |
)
|
| 434 |
|
| 435 |
+
client_mode = True # "--client" in sys.argv
|
| 436 |
|
| 437 |
with gr.Blocks(
|
| 438 |
title="📱 Vietnamese-RVC GUI BY ANH",
|