Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ironjr
/
SemanticPalette3
like
15
Running
on
Zero
App
Files
Files
Community
4
ironjr
commited on
Jun 23
Commit
7529447
•
1 Parent(s):
8d317ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -996,4 +996,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
996
997
998
if __name__ == '__main__':
999
-
demo.
launch
(
server_port
=
opt
.
port
)
996
997
998
if __name__ == '__main__':
999
+
demo.
queue
(
max_size
=
20)
.
launch(
)