heboya8 commited on
Commit
9cf0af3
·
verified ·
1 Parent(s): 0fc033b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from diffusers.utils import export_to_video
5
 
6
  # Initialize the diffusion pipeline
7
  pipe = DiffusionPipeline.from_pretrained(
8
- "heboya8/text2video-test",
9
  torch_dtype=torch.float16,
10
  variant="fp16"
11
  )
 
5
 
6
  # Initialize the diffusion pipeline
7
  pipe = DiffusionPipeline.from_pretrained(
8
+ "heboya8/text2video-test-2",
9
  torch_dtype=torch.float16,
10
  variant="fp16"
11
  )