Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -206,9 +206,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
206 |
with gr.Column(scale=100):
|
207 |
with gr.Row():
|
208 |
with gr.Column(scale=75):
|
209 |
-
up_res_image = gr.Image(label="Upscaled 1024px Image",
|
210 |
with gr.Column(scale=25):
|
211 |
-
low_res_image = gr.Image(label="Original 512px Image",
|
212 |
error_output = gr.Markdown()
|
213 |
|
214 |
inputs = [
|
|
|
206 |
with gr.Column(scale=100):
|
207 |
with gr.Row():
|
208 |
with gr.Column(scale=75):
|
209 |
+
up_res_image = gr.Image(label="Upscaled 1024px Image", width=1024, height=1024)
|
210 |
with gr.Column(scale=25):
|
211 |
+
low_res_image = gr.Image(label="Original 512px Image", width=512, height=512)
|
212 |
error_output = gr.Markdown()
|
213 |
|
214 |
inputs = [
|