File size: 248 Bytes
6567f76
05dac61
 
 
 
 
 
5ba365e
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('CUDA_VISIBLE_DEVICES=0 python opensora/serve/gradio_web_server.py')