Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,5 @@ iface = gr.Interface(
|
|
83 |
description="Parse a PDF and choose the output format."
|
84 |
)
|
85 |
|
86 |
-
if __name__ == "__main__":
|
|
|
|
83 |
description="Parse a PDF and choose the output format."
|
84 |
)
|
85 |
|
86 |
+
if __name__ == "__main__":
|
87 |
+
iface.launch(share=False) # Set share=False
|