Spaces:
Runtime error
Runtime error
Commit
·
f9be0ac
1
Parent(s):
98d6951
Update app.py
Browse files
app.py
CHANGED
@@ -90,18 +90,16 @@ h1 {
|
|
90 |
}
|
91 |
"""
|
92 |
|
93 |
-
block = gr.Blocks(css=
|
94 |
|
95 |
options = ['SD1.4', 'SD1.5', 'SD2.1']
|
96 |
|
97 |
with block:
|
98 |
gr.Markdown("SD vs. FreeU.")
|
99 |
with gr.Group():
|
|
|
|
|
100 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
101 |
-
|
102 |
-
sd_options = gr.Dropdown(options, value='SD1.4', label="SD options")
|
103 |
-
model_id = "CompVis/stable-diffusion-v1-4"
|
104 |
-
|
105 |
with gr.Column():
|
106 |
text = gr.Textbox(
|
107 |
label="Enter your prompt",
|
|
|
90 |
}
|
91 |
"""
|
92 |
|
93 |
+
block = gr.Blocks(css=css)
|
94 |
|
95 |
options = ['SD1.4', 'SD1.5', 'SD2.1']
|
96 |
|
97 |
with block:
|
98 |
gr.Markdown("SD vs. FreeU.")
|
99 |
with gr.Group():
|
100 |
+
sd_options = gr.Dropdown(options, value='SD1.4', label="SD options")
|
101 |
+
model_id = "CompVis/stable-diffusion-v1-4"
|
102 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
|
|
|
|
|
|
|
|
103 |
with gr.Column():
|
104 |
text = gr.Textbox(
|
105 |
label="Enter your prompt",
|