Podtekatel commited on
Commit
a3bd58d
1 Parent(s): 343e00a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ examples = [[os.path.join(imgs_folder, img_filename)] for img_filename in sorted
60
 
61
  demo = gr.Interface(
62
  fn=inference,
63
- inputs=[gr.inputs.Image(type="pil")],
64
- outputs=gr.outputs.Image(type="pil"),
65
  title=title,
66
  description=description,
67
  article=article,
 
60
 
61
  demo = gr.Interface(
62
  fn=inference,
63
+ inputs=[gr.Image(type="pil")],
64
+ outputs=gr.Image(type="pil"),
65
  title=title,
66
  description=description,
67
  article=article,