heboya8 commited on
Commit
a860c08
·
verified ·
1 Parent(s): fbc0f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -339,8 +339,8 @@ if __name__ == '__main__':
339
  gr.Interface(
340
  main,
341
  #gr.Image().style(full_width=True, height=60),
342
- gr.inputs.Image(type="pil", label="Input").style(height=260),
343
- gr.inputs.Image(type="pil", label="Ouput").style(height=240),
344
  title=title,
345
  description=description,
346
  article=article,
 
339
  gr.Interface(
340
  main,
341
  #gr.Image().style(full_width=True, height=60),
342
+ gr.Image(type="pil", label="Input").style(height=260),
343
+ gr.Image(type="pil", label="Ouput").style(height=240),
344
  title=title,
345
  description=description,
346
  article=article,