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...
disable queuing
#1
by
omerXfaruq
- opened
Jun 7, 2022
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
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
)