Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -190,3 +190,4 @@ iface = gr.Interface(fn=gradio_interface,
|
|
190 |
description="Upload a PDF file to extract tables into a CSV format.")
|
191 |
|
192 |
iface.queue().launch(share=False)
|
|
|
|
190 |
description="Upload a PDF file to extract tables into a CSV format.")
|
191 |
|
192 |
iface.queue().launch(share=False)
|
193 |
+
#
|