ruslanmv commited on
Commit
bc2e0d0
·
1 Parent(s): 9ef77c2
Files changed (2) hide show
  1. app.py +1 -0
  2. invoice.jpg +0 -0
app.py CHANGED
@@ -155,6 +155,7 @@ def gradio_app():
155
  outputs=[output_text, file_output],
156
  title="Table Extractor and CSV Converter",
157
  description="Upload an image to extract tables and download CSV files.",
 
158
  allow_flagging="never"
159
  )
160
 
 
155
  outputs=[output_text, file_output],
156
  title="Table Extractor and CSV Converter",
157
  description="Upload an image to extract tables and download CSV files.",
158
+ examples=[["invoice.jpg"]], # Adding the example image path
159
  allow_flagging="never"
160
  )
161
 
invoice.jpg ADDED