File size: 147 Bytes
5d32408
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from pathlib import Path


WORK_DIR = Path(__file__).resolve().parent

import sys

sys.path.insert(0, "./src/videogen_hub/pipelines/streamingt2v")