Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sky24h/Stable-Makeup-unofficial
edgarhnd
/
Stable-Makeup-unofficial
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
edgarhnd
commited on
Apr 3
Commit
ef5fc29
·
verified
·
1 Parent(s):
fce493a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ if __name__ == "__main__":
47
],
48
cache_examples=True,
49
)
50
-
demo.queue(max_size=
10
).launch()
47
],
48
cache_examples=True,
49
)
50
+
demo.queue(max_size=
1000
).launch(
server_name="0.0.0.0", server_port=7860
)