Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Curranj
/
FlowerDiffusion
like
8
Runtime error
App
Files
Files
Community
4
Curranj
commited on
Aug 25, 2022
Commit
5659063
•
1 Parent(s):
23719b4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ with block as demo:
70
71
72
73
-
demo.launch(debug=True)
70
71
72
73
+
demo.launch(debug=True
, enable_queue = True
)