Update app.py
Browse files
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 |
|