Snowad commited on
Commit
1f4443c
1 Parent(s): a5aca2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def manga_ocr(img):
33
 
34
  iface = gr.Interface(
35
  fn=manga_ocr,
36
- inputs=[gr.inputs.Image(label="Input", type="pil")],
37
  outputs="text",
38
  layout="horizontal",
39
  theme="huggingface",
 
33
 
34
  iface = gr.Interface(
35
  fn=manga_ocr,
36
+ inputs=gr.Image(type='pil'),
37
  outputs="text",
38
  layout="horizontal",
39
  theme="huggingface",