Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bigscience-data
/
roots-search
like
48
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
ola13
commited on
Mar 11, 2023
Commit
cd7903c
·
1 Parent(s):
2dc0861
disable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -544,4 +544,4 @@ if __name__ == "__main__":
544
],
545
outputs=result_page_html,
546
)
547
-
demo.launch(enable_queue=
True
, debug=True)
544
],
545
outputs=result_page_html,
546
)
547
+
demo.launch(enable_queue=
False
, debug=True)