Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yongyeol
/
mk3d
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yongyeol
commited on
Jul 7
Commit
a6a8969
·
verified
·
1 Parent(s):
7591227
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -174,4 +174,5 @@ def build_ui():
174
175
176
if __name__ == "__main__":
177
-
build_ui().queue(max_size=3
, concurrency_count=1
).launch()
174
175
176
if __name__ == "__main__":
177
+
build_ui().queue(max_size=3).launch()
178
+