radames commited on
Commit
ecf4090
1 Parent(s): 7309113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", shape=(1024, 1024))
210
  with gr.Column(scale=25):
211
- low_res_image = gr.Image(label="Original 512px Image", shape=(512, 512))
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 = [