Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|