Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ekimetrics
/
climate-question-answering
like
150
Running
App
Files
Files
Community
29
Fetching metadata from the HF Docker repository...
TheoLvs
commited on
Nov 27, 2023
Commit
c3335fd
·
1 Parent(s):
79fc4f5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -653,6 +653,6 @@ Or around 2 to 4 times more than a typical Google search.
653
"""
654
)
655
656
-
demo.queue(
concurrency_count=16
)
657
658
demo.launch()
653
"""
654
)
655
656
+
demo.queue()
657
658
demo.launch()