ruslanmv commited on
Commit
bf4f63b
·
1 Parent(s): bc2e0d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -155,7 +155,6 @@ 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
- examples=[["invoice.jpg"]], # Adding the example image path
159
  allow_flagging="never"
160
  )
161
 
 
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