Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mbanksbey
/
TEQUMSA-Inference-Node
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mbanksbey
commited on
25 days ago
Commit
71d2e5b
·
verified
·
1 Parent(s):
798258c
Add demo.queue().launch() for ZeroGPU Space
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -121,3 +121,5 @@ with gr.Blocks(title="TEQUMSA Inference Node") as demo:
121
outputs=route_output
122
)
123
121
outputs=route_output
122
)
123
124
+
demo.queue().launch()
125
+