Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ def claim_generator(input_bill_path):
|
|
| 260 |
demo = gr.Interface(
|
| 261 |
fn=claim_generator,
|
| 262 |
inputs=gr.Image(type="filepath", label="Upload your image"),
|
| 263 |
-
outputs=gr.
|
| 264 |
title="Expense Report Extractor",
|
| 265 |
description="This web API presents an interface to extract an expense claim report based on a submitted bill.",
|
| 266 |
examples='images',
|
|
|
|
| 260 |
demo = gr.Interface(
|
| 261 |
fn=claim_generator,
|
| 262 |
inputs=gr.Image(type="filepath", label="Upload your image"),
|
| 263 |
+
outputs=gr.Textbox(label="Expense Report", show_copy_button=True),
|
| 264 |
title="Expense Report Extractor",
|
| 265 |
description="This web API presents an interface to extract an expense claim report based on a submitted bill.",
|
| 266 |
examples='images',
|