pgurazada1 commited on
Commit
0964267
·
verified ·
1 Parent(s): adb1f5f

Update app.py

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