File size: 255 Bytes
bab971b
 
bc2a445
bab971b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import os
import sys
os.system('pip install -e .')
current_path = os.path.abspath(__file__)
parent_path = os.path.dirname(current_path)
print(parent_path)
sys.path.append(parent_path)
print(sys.path)
os.system('python opensora/serve/gradio_web_server.py')