Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davanstrien
/
autotrain-blog-example
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
davanstrien
HF Staff
commited on
Feb 27, 2023
Commit
5b6c8c5
·
1 Parent(s):
62b6c1b
enable queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ demo = gr.Interface(
53
cache_examples=True,
54
)
55
56
-
demo.launch()
53
cache_examples=True,
54
)
55
56
+
demo.launch(
enable_queue=True
)