Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
gradio-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbensimon
HF Staff
commited on
Sep 29, 2022
Commit
f5c8e43
·
1 Parent(s):
c6522e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -18,3 +18,4 @@ interface = gr.Interface(
18
)
19
20
interface.launch(auth=[('a', 'b')])
18
)
19
20
interface.launch(auth=[('a', 'b')])
21
+
interface.queue(default_enabled=False)