Spaces:
Runtime error
Runtime error
| import os | |
| import sys | |
| #os.system('pip install -e .') | |
| current_path = os.path.abspath(__file__) | |
| print('current_path', current_path) | |
| parent_path = os.path.dirname(current_path) | |
| print('parent_path', parent_path) | |
| sys.path.append(parent_path) | |
| print('sys.path', sys.path) | |
| os.system('python opensora/serve/gradio_web_server.py') |