Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ethanweber/toon3d
pukadev
/
toon3d
like
0
Sleeping
App
Files
Files
Community
ethanweber
commited on
May 13, 2024
Commit
732d3bd
•
1 Parent(s):
4856e3c
queue
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -268,4 +268,5 @@ with gr.Blocks(title="Toon3D") as demo:
268
)
269
270
if __name__ == "__main__":
271
demo.launch()
268
)
269
270
if __name__ == "__main__":
271
+
demo.queue(max_size=10)
272
demo.launch()