mrcuddle commited on
Commit
ca59ca1
·
verified ·
1 Parent(s): 7431d27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
42
  title="Stable Video Diffusion",
43
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
44
  examples=[
45
- ["image.png", "generated.mp4"]
46
  ]
47
  )
48
 
 
42
  title="Stable Video Diffusion",
43
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
44
  examples=[
45
+ ["image.jpeg", "generated.mp4"]
46
  ]
47
  )
48