AnhP commited on
Commit
98ba1b5
·
verified ·
1 Parent(s): cd1dea8

Update main/app/app.py

Browse files
Files changed (1) hide show
  1. 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",