CoolFace
Apppublic

LanguageBind/Open-Sora-Plan-v1.1.0

sourceHugging Facemitupdated 2y agoView on Hugging Face
74likes
app.py10 linesDownload Raw Back to root
1import os2import sys3#os.system('pip install -e .')4current_path = os.path.abspath(__file__)5print('current_path', current_path)6parent_path = os.path.dirname(current_path)7print('parent_path', parent_path)8sys.path.append(parent_path)9print('sys.path', sys.path)10os.system('python opensora/serve/gradio_web_server.py')