Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from hyvideo.config import parse_args
|
|
14 |
from hyvideo.inference import HunyuanVideoSampler
|
15 |
from hyvideo.constants import NEGATIVE_PROMPT
|
16 |
from diffusers import HunyuanVideoPipeline, HunyuanVideoTransformer3DModel
|
|
|
17 |
|
18 |
from huggingface_hub import snapshot_download
|
19 |
|
|
|
14 |
from hyvideo.inference import HunyuanVideoSampler
|
15 |
from hyvideo.constants import NEGATIVE_PROMPT
|
16 |
from diffusers import HunyuanVideoPipeline, HunyuanVideoTransformer3DModel
|
17 |
+
from diffusers.utils import export_to_video
|
18 |
|
19 |
from huggingface_hub import snapshot_download
|
20 |
|