fffiloni commited on
Commit
4f8699e
·
verified ·
1 Parent(s): c5e3dfe

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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