Update app_rvc.py
Browse files- app_rvc.py +1 -0
app_rvc.py
CHANGED
@@ -2001,6 +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 |
)
|
2005 |
dummy_false_check = gr.Checkbox(
|
2006 |
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,
|