Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -427,7 +427,7 @@ with gr.Blocks(css=css) as demo:
|
|
427 |
value=current_model.name,
|
428 |
)
|
429 |
|
430 |
-
with gr.
|
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",
|