Riccardo Giorato commited on
Commit
e1ff8a6
1 Parent(s): 50c4034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks(css=css) as demo:
189
  with gr.Group():
190
  model_name = gr.Dropdown(label="Model", choices=[m.name for m in models], value=current_model.name)
191
  with gr.Box(visible=False) as custom_model_group:
192
- custom_model_path = gr.Textbox(label="Custom model path", placeholder="Path to model, e.g. nitrosocke/Arcane-Diffusion", interactive=True)
193
  gr.HTML("<div><font size='2'>Custom models have to be downloaded first, so give it some time.</font></div>")
194
 
195
  with gr.Row():
 
189
  with gr.Group():
190
  model_name = gr.Dropdown(label="Model", choices=[m.name for m in models], value=current_model.name)
191
  with gr.Box(visible=False) as custom_model_group:
192
+ custom_model_path = gr.Textbox(label="Custom model path", placeholder="Path to model, e.g. riccardogiorato/beeple", interactive=True)
193
  gr.HTML("<div><font size='2'>Custom models have to be downloaded first, so give it some time.</font></div>")
194
 
195
  with gr.Row():