Spaces:
Runtime error
Runtime error
Missed closing parenthesis
Browse files
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 |
|