Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
workers-test-async
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
omerXfaruq
commited on
Jun 7, 2022
Commit
40b3b6b
·
1 Parent(s):
72b236f
disable queuing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ with gr.Blocks() as demo:
10
o = gr.Textbox()
11
i.change(test, i, o)
12
13
-
demo.launch()
10
o = gr.Textbox()
11
i.change(test, i, o)
12
13
+
demo.launch(
enable_queue=False
)