Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yunuseduran
/
chatpdf
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yunuseduran
commited on
Apr 18
Commit
3770605
·
verified
·
1 Parent(s):
16ce0fe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -166,4 +166,4 @@ demo = gr.Interface(
166
167
# Uygulamayı başlat
168
if __name__ == "__main__":
169
-
demo.launch()
166
167
# Uygulamayı başlat
168
if __name__ == "__main__":
169
+
demo.launch(
share=True
)