Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Human3DAIGC
/
Make-A-Character
like
41
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Human3DAIGC
commited on
Jan 2, 2024
Commit
f6f0c5f
·
1 Parent(s):
42449b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,6 +43,6 @@ with gr.Blocks() as demo:
43
44
45
if __name__ == "__main__":
46
-
demo.queue(
concurrency_count=15
)
47
demo.launch()
48
43
44
45
if __name__ == "__main__":
46
+
demo.queue()
47
demo.launch()
48