mrcuddle commited on
Commit
88a9dbd
·
verified ·
1 Parent(s): bab6e4b

Update app.py

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