Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -18,7 +18,7 @@ from torch.hub import download_url_to_file
|
|
18 |
from src.ic_light import BGSource
|
19 |
from src.animatediff_pipe import AnimateDiffVideoToVideoPipeline
|
20 |
from src.ic_light_pipe import StableDiffusionImg2ImgPipeline
|
21 |
-
from utils.tools import read_video
|
22 |
|
23 |
from huggingface_hub import snapshot_download, hf_hub_download
|
24 |
|
|
|
18 |
from src.ic_light import BGSource
|
19 |
from src.animatediff_pipe import AnimateDiffVideoToVideoPipeline
|
20 |
from src.ic_light_pipe import StableDiffusionImg2ImgPipeline
|
21 |
+
from utils.tools import read_video
|
22 |
|
23 |
from huggingface_hub import snapshot_download, hf_hub_download
|
24 |
|