Kvikontent commited on
Commit
422c73d
1 Parent(s): 953b5d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import spaces
6
 
7
  # Load the pre-trained pipeline
8
- pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-video-diffusion-img2vid-xt-1-1")
9
 
10
  # Define the Gradio interface
11
  interface = gr.Interface(
 
5
  import spaces
6
 
7
  # Load the pre-trained pipeline
8
+ pipeline = DiffusionPipeline.from_pretrained("stabilityai/stable-video-diffusion-img2vid-xt")
9
 
10
  # Define the Gradio interface
11
  interface = gr.Interface(