Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yunuseduran
/
chatpdf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yunuseduran
commited on
Apr 18
Commit
33774ba
·
verified
·
1 Parent(s):
83e3ece
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -135,4 +135,4 @@ iface = gr.Interface(
135
)
136
137
setup_api_key()
138
-
iface.launch()
135
)
136
137
setup_api_key()
138
+
iface.launch(
share=True
)