pgurazada1 commited on
Commit
8e56e8f
·
verified ·
1 Parent(s): fd3c6a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Markdown(label="Expense Report"),
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',