Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import sys
|
|
| 4 |
current_path = os.path.abspath(__file__)
|
| 5 |
print('current_path', current_path)
|
| 6 |
parent_path = os.path.dirname(current_path)
|
| 7 |
-
print('parent_path, parent_path)
|
| 8 |
sys.path.append(parent_path)
|
| 9 |
print('sys.path', sys.path)
|
| 10 |
os.system('python opensora/serve/gradio_web_server.py')
|
|
|
|
| 4 |
current_path = os.path.abspath(__file__)
|
| 5 |
print('current_path', current_path)
|
| 6 |
parent_path = os.path.dirname(current_path)
|
| 7 |
+
print('parent_path', parent_path)
|
| 8 |
sys.path.append(parent_path)
|
| 9 |
print('sys.path', sys.path)
|
| 10 |
os.system('python opensora/serve/gradio_web_server.py')
|