Spaces:
Sleeping
Sleeping
Update app_rvc.py
Browse files- app_rvc.py +1 -1
app_rvc.py
CHANGED
@@ -2001,7 +2001,7 @@ def create_gui(theme, logs_in_gui=False):
|
|
2001 |
edit_sub_check = gr.Checkbox(
|
2002 |
label=lg_conf["edit_sub_label"],
|
2003 |
info=lg_conf["edit_sub_info"],
|
2004 |
-
interactive=False,
|
2005 |
)
|
2006 |
dummy_false_check = gr.Checkbox(
|
2007 |
False,
|
|
|
2001 |
edit_sub_check = gr.Checkbox(
|
2002 |
label=lg_conf["edit_sub_label"],
|
2003 |
info=lg_conf["edit_sub_info"],
|
2004 |
+
interactive=(False if os.environ.get("IS_DEMO") == "TRUE" else True),
|
2005 |
)
|
2006 |
dummy_false_check = gr.Checkbox(
|
2007 |
False,
|