Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sblumenf
/
pdf-convert
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sblumenf
commited on
Dec 12, 2024
Commit
1647872
·
verified
·
1 Parent(s):
6a30f2e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,5 @@ iface = gr.Interface(
117
)
118
119
if __name__ == "__main__":
120
-
iface.launch(
share=True
)
117
)
118
119
if __name__ == "__main__":
120
+
# Disable
share=True
for now
121
+
iface.launch(share=False)