Spaces:
Runtime error
Runtime error
File size: 225 Bytes
bab971b |
1 2 3 4 5 6 7 8 |
import os
import sys
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') |