Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ByteDance/DreamO
svjack
/
DreamO
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
about 22 hours ago
Commit
ef1de2f
·
verified
·
1 Parent(s):
abe5115
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -362,4 +362,4 @@ def create_demo():
362
363
if __name__ == '__main__':
364
demo = create_demo()
365
-
demo.launch()
362
363
if __name__ == '__main__':
364
demo = create_demo()
365
+
demo.launch(
share = True
)