danial0203 commited on
Commit
b3f3603
1 Parent(s): 4897ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.queue().launch(share=False)
 
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)