Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ironjr/StreamMultiDiffusion
Diminator1
/
StreamMultiDiffusion
like
0
Runtime error
App
Files
Files
Community
ironjr
commited on
Apr 12
Commit
af47464
•
1 Parent(s):
8d70fdc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1177,4 +1177,4 @@ async () => {{
1177
1178
1179
if __name__ == '__main__':
1180
-
demo.
launch
(
server_port
=
opt
.
port
)
1177
1178
1179
if __name__ == '__main__':
1180
+
demo.
queue
(
max_size
=
20)
.
launch(
)