oobabooga 2 anni fa
parent
commit
4a400320dd
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      server.py

+ 0 - 1
server.py

@@ -515,7 +515,6 @@ def create_interface():
             cmd_list = vars(shared.args)
             bool_list = [k for k in cmd_list if type(cmd_list[k]) is bool and k not in modes]
             bool_active = [k for k in bool_list if vars(shared.args)[k]]
-            #int_list = [k for k in cmd_list if type(k) is int]
 
             gr.Markdown("*Experimental*")
             shared.gradio['interface_modes_menu'] = gr.Dropdown(choices=modes, value=current_mode, label="Mode")