Spaces:
Runtime error
Runtime error
danial0203
commited on
Commit
•
b3f3603
1
Parent(s):
4897ea3
Update app.py
Browse files
app.py
CHANGED
@@ -152,4 +152,4 @@ iface = gr.Interface(fn=gradio_interface,
|
|
152 |
title="PDF to CSV Table Extractor",
|
153 |
description="Upload a PDF file to extract tables into a CSV format.")
|
154 |
|
155 |
-
iface.
|
|
|
152 |
title="PDF to CSV Table Extractor",
|
153 |
description="Upload a PDF file to extract tables into a CSV format.")
|
154 |
|
155 |
+
iface.launch(share=False)
|