Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LanguageBind/Open-Sora-Plan-v1.0.0
Taf2023
/
Open-Sora-Plan-v1.0.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LanguageBind
commited on
Apr 7, 2024
Commit
e13bcad
·
verified
·
1 Parent(s):
32fc5fd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import os
2
-
os.system('pip install -e .')
3
-
os.system('python
-m
opensora
.
serve.
gradio_web_server
')
1
import os
2
+
#
os.system('pip install -e .')
3
+
os.system('python opensora
/
serve
/gradio_web_server
.
py
')