Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ examples =[['image.png']]
|
|
253 |
|
254 |
app = gr.Interface(fn=process_pdf,
|
255 |
inputs=gr.Image(type="pil"),
|
256 |
-
outputs=[gr.Image(type="pil", label="Detected table"), "
|
257 |
title=title,
|
258 |
description=description,
|
259 |
examples=examples)
|
|
|
253 |
|
254 |
app = gr.Interface(fn=process_pdf,
|
255 |
inputs=gr.Image(type="pil"),
|
256 |
+
outputs=[gr.Image(type="pil", label="Detected table"), gr.Dataframe(label="Table as CSV")],
|
257 |
title=title,
|
258 |
description=description,
|
259 |
examples=examples)
|