Spaces:
Running
on
A10G
Running
on
A10G
Zhouyan248
commited on
Commit
•
9591bf8
1
Parent(s):
47188b8
Update base/text_to_video/__init__.py
Browse files
base/text_to_video/__init__.py
CHANGED
@@ -16,8 +16,8 @@ sys.path.append(os.path.split(sys.path[0])[0])
|
|
16 |
from models import get_models
|
17 |
import imageio
|
18 |
|
19 |
-
config_path = "
|
20 |
-
args = OmegaConf.load("
|
21 |
|
22 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
23 |
|
|
|
16 |
from models import get_models
|
17 |
import imageio
|
18 |
|
19 |
+
config_path = "./base/configs/sample.yaml"
|
20 |
+
args = OmegaConf.load("./base/configs/sample.yaml")
|
21 |
|
22 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
23 |
|