tuan2308 commited on
Commit
7f9201f
1 Parent(s): 7d54ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def main():
199
  with gr.Group():
200
  input_image = gr.Image(label="Input Image", type="pil", image_mode="RGBA")
201
  input_image_properties = gr.Textbox(label="Image Properties", max_lines=1)
202
- output_image = gr.Image(label="Output Image", type="pil", image_mode="RGBA")
203
  with gr.Row():
204
  reset_btn = gr.Button("Remove images")
205
  restore_btn = gr.Button("Upscale")
 
199
  with gr.Group():
200
  input_image = gr.Image(label="Input Image", type="pil", image_mode="RGBA")
201
  input_image_properties = gr.Textbox(label="Image Properties", max_lines=1)
202
+ output_image = gr.Image(label="Output Image", image_mode="RGBA")
203
  with gr.Row():
204
  reset_btn = gr.Button("Remove images")
205
  restore_btn = gr.Button("Upscale")