Spaces:
Runtime error
Runtime error
Commit
·
f627105
1
Parent(s):
be102ba
Update app.py
Browse files
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(["
|
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):
|