Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shankarm08
/
pdfreader
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shankarm08
commited on
Oct 5, 2024
Commit
71b4fe8
·
verified
·
1 Parent(s):
6feb1ea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ interface = gr.Interface(
66
)
67
68
# Launch the Gradio interface
69
-
interface.launch()
66
)
67
68
# Launch the Gradio interface
69
+
interface.launch(
server_port=None
)