prithivMLmods commited on
Commit
a0828d3
·
verified ·
1 Parent(s): a57530c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -35,8 +35,6 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
35
  from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
36
  from diffusers.utils import export_to_ply
37
 
38
- # NEW IMPORTS FOR TEXT-TO-VIDEO FEATURE
39
- import torch # already imported above; included here for clarity
40
  from diffsynth import ModelManager, WanVideoPipeline, save_video, VideoData
41
  from modelscope import snapshot_download
42
 
 
35
  from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
36
  from diffusers.utils import export_to_ply
37
 
 
 
38
  from diffsynth import ModelManager, WanVideoPipeline, save_video, VideoData
39
  from modelscope import snapshot_download
40