Spaces:
Sleeping
Sleeping
Commit
·
ea06666
1
Parent(s):
693ecdf
Updated sample path
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def inference(img_path, width_ths):
|
|
13 |
title = "Receipt RAG"
|
14 |
description = "A simple Gradio interface to query receipts using RAG"
|
15 |
examples = [["data/receipt_00000.JPG", 7.7],
|
16 |
-
["data/
|
17 |
|
18 |
demo = gr.Interface(inference,
|
19 |
inputs = [gr.Image(width=320, height=320, label="Input Receipt"),
|
|
|
13 |
title = "Receipt RAG"
|
14 |
description = "A simple Gradio interface to query receipts using RAG"
|
15 |
examples = [["data/receipt_00000.JPG", 7.7],
|
16 |
+
["data/receipt_00001.jpg", 7.7]]
|
17 |
|
18 |
demo = gr.Interface(inference,
|
19 |
inputs = [gr.Image(width=320, height=320, label="Input Receipt"),
|