HuSusu commited on
Commit
a9e21ff
1 Parent(s): 00b5fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -141,10 +141,10 @@ def super_reso(input_image):
141
 
142
  gr.Interface(
143
  fn=super_reso,
144
- inputs=gr.inputs.Image(label="Upload image"),
145
  outputs=[
146
- gr.outputs.Image(label="Convolutional neural network"),
147
- gr.outputs.Image(label="Bicubic interpoloation"),
148
  ],
149
  title=title,
150
  description=description,
 
141
 
142
  gr.Interface(
143
  fn=super_reso,
144
+ inputs=gr.Image(label="Upload image"),
145
  outputs=[
146
+ gr.Image(label="Convolutional neural network"),
147
+ gr.Image(label="Bicubic interpoloation"),
148
  ],
149
  title=title,
150
  description=description,