Spaces:
Runtime error
Runtime error
LanguageBind
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import os
|
2 |
os.system('pip install -e .')
|
3 |
import time
|
4 |
-
|
|
|
|
|
5 |
os.system('python opensora/serve/gradio_web_server.py')
|
|
|
1 |
import os
|
2 |
os.system('pip install -e .')
|
3 |
import time
|
4 |
+
print(111111111)
|
5 |
+
time.sleep(3)
|
6 |
+
print(222222222)
|
7 |
os.system('python opensora/serve/gradio_web_server.py')
|