Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ekimetrics
/
climate-question-answering
like
137
Running
App
Files
Files
Community
16
TheoLvs
commited on
Nov 27, 2023
Commit
b6bb4d7
•
1 Parent(s):
393b23a
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()