Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
craftgamesnetwork
/
testzone1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
craftgamesnetwork
commited on
Apr 23, 2024
Commit
3ee9d3b
·
verified
·
1 Parent(s):
c799320
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -338,4 +338,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
338
)
339
340
if __name__ == "__main__":
341
-
demo.queue(
concurrency_count=2
).launch()
338
)
339
340
if __name__ == "__main__":
341
+
demo.queue().launch()