Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
RamAnanth1
/
3D-Arena-Router
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RamAnanth1
commited on
Mar 7, 2024
Commit
8e9fc47
·
verified
·
1 Parent(s):
4d5296b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,6 @@ with gr.Blocks() as demo:
53
api_name="synthesize",
54
concurrency_id="gpu",
55
concurrency_limit=1,
56
-
)
53
api_name="synthesize",
54
concurrency_id="gpu",
55
concurrency_limit=1,
56
+
)
57
+
58
+
demo.launch()