Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/DiffuseCraft
r3gm
/
DiffuseCraft_no_stream
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
r3gm
commited on
13 days ago
Commit
9fc6dd5
·
verified
·
1 Parent(s):
a391dda
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1369,4 +1369,5 @@ app.launch(
1369
debug=True,
1370
allowed_paths=["./images/"],
1371
show_api=False,
1372
)
1369
debug=True,
1370
allowed_paths=["./images/"],
1371
show_api=False,
1372
+
api_name=False,
1373
)