Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install -e .')
|
3 |
-
os.system('pip install -e ".[train]"')
|
4 |
os.system('python -m opensora.serve.gradio_web_server')
|
|
|
1 |
import os
|
2 |
+
#os.system('pip install -e .')
|
|
|
3 |
os.system('python -m opensora.serve.gradio_web_server')
|