Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
4af04e2
1
Parent(s):
25a83f9
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ from lvdm.models.modules.lora import change_lora
|
|
19 |
from lvdm.utils.saving_utils import tensor_to_mp4
|
20 |
|
21 |
from huggingface_hub import hf_hub_download
|
|
|
|
|
22 |
|
23 |
config_path = "model_config.yaml"
|
24 |
config = OmegaConf.load(config_path)
|
|
|
19 |
from lvdm.utils.saving_utils import tensor_to_mp4
|
20 |
|
21 |
from huggingface_hub import hf_hub_download
|
22 |
+
import subprocess
|
23 |
+
import shlex
|
24 |
|
25 |
config_path = "model_config.yaml"
|
26 |
config = OmegaConf.load(config_path)
|