mrcuddle commited on
Commit
dea9c7f
·
verified ·
1 Parent(s): 0a284f8

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
  examples=[
44
  ["image.jpeg"],
45
- ["videos/generated.mp4"]
46
  ],
47
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
48
  )
 
42
  title="Stable Video Diffusion",
43
  examples=[
44
  ["image.jpeg"],
45
+ ["generated.mp4"]
46
  ],
47
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
48
  )