ChenyangSi commited on
Commit
f627105
·
1 Parent(s): be102ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with block:
96
  gr.Markdown("SD vs. FreeU.")
97
  with gr.Group():
98
  with gr.Row():
99
- sd_options = gr.Dropdown(["SD1.4", "SD1.5", "SD2.1"], label="SD options")
100
 
101
  with gr.Column():
102
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
 
96
  gr.Markdown("SD vs. FreeU.")
97
  with gr.Group():
98
  with gr.Row():
99
+ sd_options = gr.Dropdown(["SD2.1"], label="SD options")
100
 
101
  with gr.Column():
102
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):