Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gradio-Blocks
/
zero-and-few-shot-reasoning
like
16
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
muhtasham
commited on
May 26, 2022
Commit
f808e87
·
1 Parent(s):
b281302
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ with gr.Blocks() as demo:
74
"""
75
)
76
77
-
demo.launch()
74
"""
75
)
76
77
+
demo.launch(
enable_queue=True
)