Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dammy
/
chatPDF
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dammy
commited on
Nov 16, 2023
Commit
71db1e4
·
1 Parent(s):
e554b8b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -123,6 +123,6 @@ with gr.Blocks() as demo:
123
124
125
gr.close_all()
126
-
demo.launch(share=True)
127
-
128
123
124
125
gr.close_all()
126
+
#
demo.launch(share=True)
127
+
demo.queue().launch()
128