Bordoglor commited on
Commit
122334f
·
verified ·
1 Parent(s): ce34f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,9 +76,9 @@ with gr.Blocks(css=css) as demo:
76
 
77
  with gr.Row():
78
  model_dropdown = gr.Dropdown(
79
- choices=list(MODELS.keys()),
80
- value=DEFAULT_MODEL,
81
- label="Select Model",
82
  info="Choose which diffusion model to use"
83
  )
84
 
 
76
 
77
  with gr.Row():
78
  model_dropdown = gr.Dropdown(
79
+ choices=list(),
80
+ value=model_repo_id,
81
+ label="Model",
82
  info="Choose which diffusion model to use"
83
  )
84