Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jerpint/RAGTheDocs
jerpint
/
RAGTheDocs-mila-qc
like
2
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
jerpint
commited on
Jul 22, 2024
Commit
c555b55
·
verified
·
1 Parent(s):
48e0ab1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -176,5 +176,4 @@ with demo:
176
)
177
178
179
-
demo.
queue
(
concurrency_count=8
)
180
-
demo.launch(share=False)
176
)
177
178
179
+
demo.
launch
()