rosemariafontana commited on
Commit
784637f
Β·
verified Β·
1 Parent(s): 8bbfc12

Missed closing parenthesis

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