Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cherry-ghosts
/
dreamer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cutiee82
commited on
13 days ago
Commit
5644560
·
verified
·
1 Parent(s):
44a19dc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,4 +124,4 @@ with gr.Blocks(
124
)
125
126
if __name__ == "__main__":
127
-
app.queue(
default_concurrency_limit=8
).launch(debug=True
, ssr_mode=False
)
124
)
125
126
if __name__ == "__main__":
127
+
app.queue().launch(debug=True)