serdaryildiz commited on
Commit
94bd1cf
1 Parent(s): cd3cccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ article = f"<p style='text-align: center'><a href='{paper_link}' target='_blank'
52
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
53
 
54
  iface = gr.Interface(fn=inference,
55
- inputs=inputs,
56
- outputs=outputs,
57
  title=title,
58
  description=description,
59
  examples=examples,
 
52
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
53
 
54
  iface = gr.Interface(fn=inference,
55
+ inputs="image",
56
+ outputs="text",
57
  title=title,
58
  description=description,
59
  examples=examples,