Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ def make_me():
|
|
377 |
load_info=gr.Button("Load Models")
|
378 |
load_info.click(fonc_load_info,[nb_of_models_to_gen,index_tag,index_first_model],[nb_of_models_to_gen,disp_info,list_models_to_gen])
|
379 |
|
380 |
-
with gr.Accordion("Models Custom",
|
381 |
with gr.Row():
|
382 |
text_list_model_custom=gr.Textbox(label="List Models Custom")
|
383 |
with gr.Column():
|
|
|
377 |
load_info=gr.Button("Load Models")
|
378 |
load_info.click(fonc_load_info,[nb_of_models_to_gen,index_tag,index_first_model],[nb_of_models_to_gen,disp_info,list_models_to_gen])
|
379 |
|
380 |
+
with gr.Accordion("Models Custom",open=False) :
|
381 |
with gr.Row():
|
382 |
text_list_model_custom=gr.Textbox(label="List Models Custom")
|
383 |
with gr.Column():
|