doshan1250 commited on
Commit
f4476a2
·
1 Parent(s): bce4b39

Fixed image error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ pretrained_model.eval()
22
 
23
  demo = gr.Interface(
24
  fn=demo_process,
25
- inputs= gr.inputs.Image(type="pil"),
26
  outputs="json",
27
  title=f"Donut 🍩 demonstration for `cord-v2` task",
28
  description="""This model is trained with 800 Indonesian receipt images of CORD dataset. <br>
 
22
 
23
  demo = gr.Interface(
24
  fn=demo_process,
25
+ inputs= gr.Image(type="pil"),
26
  outputs="json",
27
  title=f"Donut 🍩 demonstration for `cord-v2` task",
28
  description="""This model is trained with 800 Indonesian receipt images of CORD dataset. <br>