Zyrenth commited on
Commit
e50925f
·
verified ·
1 Parent(s): 2e82b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,7 +427,7 @@ with gr.Blocks(css=css) as demo:
427
  value=current_model.name,
428
  )
429
 
430
- with gr.Box(visible=False) as custom_model_group:
431
  custom_model_path = gr.Textbox(
432
  label="Custom model path",
433
  placeholder="Path to model, e.g. nitrosocke/Arcane-Diffusion",
 
427
  value=current_model.name,
428
  )
429
 
430
+ with gr.Row(visible=False) as custom_model_group:
431
  custom_model_path = gr.Textbox(
432
  label="Custom model path",
433
  placeholder="Path to model, e.g. nitrosocke/Arcane-Diffusion",