Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IvanTIA
/
TIABot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ivan Tan
commited on
Aug 2, 2022
Commit
4695d95
·
1 Parent(s):
e88632e
Disable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -251,7 +251,7 @@ with demo:
251
live=True
252
253
demo.launch(
254
-
share=False, auth=("123", "123")
255
)
256
257
251
live=True
252
253
demo.launch(
254
+
share=False, auth=("123", "123")
, enable_queue=False
255
)
256
257