rosemariafontana commited on
Commit
f991e85
Β·
verified Β·
1 Parent(s): 993fdf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
119
  demo = gr.Interface(
120
  fn=parse_ticket_image,
121
  inputs=[gr.Image(label= "Upload your Grain Scale Ticket", type="pil")],
122
- outputs=[gr.Dataframe(headers=["Field", "Value"], label="Extracted Grain Scale Data")],
123
  )
124
 
125
 
 
119
  demo = gr.Interface(
120
  fn=parse_ticket_image,
121
  inputs=[gr.Image(label= "Upload your Grain Scale Ticket", type="pil")],
122
+ outputs=[gr.Dataframe(headers=["Field", "Value"], label="Extracted Grain Scale Ticket Data")],
123
  )
124
 
125