Spaces:
Running
on
Zero
Running
on
Zero
patrickvonplaten
commited on
Commit
•
0a4be24
1
Parent(s):
57aa0f6
uP
Browse files
app.py
CHANGED
@@ -176,12 +176,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
176 |
rounded=(False, True, True, False)
|
177 |
)
|
178 |
|
179 |
-
|
180 |
-
up_res_image = gr.Image(label="1024px Image", shape=(1024, 1024))
|
181 |
-
|
182 |
-
state_info = gr.Textbox(label="State", show_label=False, max_lines=2).style(
|
183 |
-
container=False
|
184 |
-
)
|
185 |
error_output = gr.Markdown()
|
186 |
|
187 |
with gr.Column(scale=45):
|
@@ -208,6 +203,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
208 |
0, 2147483647, label="Seed (0 = random)", value=0, step=1
|
209 |
)
|
210 |
|
|
|
|
|
211 |
inputs = [
|
212 |
model_name,
|
213 |
prompt,
|
|
|
176 |
rounded=(False, True, True, False)
|
177 |
)
|
178 |
|
179 |
+
low_res_image = gr.Image(label="512px Image", shape=(512, 512))
|
|
|
|
|
|
|
|
|
|
|
180 |
error_output = gr.Markdown()
|
181 |
|
182 |
with gr.Column(scale=45):
|
|
|
203 |
0, 2147483647, label="Seed (0 = random)", value=0, step=1
|
204 |
)
|
205 |
|
206 |
+
up_res_image = gr.Image(label="1024px Image", shape=(1024, 1024))
|
207 |
+
|
208 |
inputs = [
|
209 |
model_name,
|
210 |
prompt,
|