mrcuddle commited on
Commit
cadc0c4
1 Parent(s): 534e117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ iface = gr.Interface(
41
  outputs=gr.Video(label="Generated Video"),
42
  title="Stable Video Diffusion",
43
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
44
- examples=gr.Video("generated.mp4")
45
  )
46
  # Launch the interface
47
  iface.launch()
 
41
  outputs=gr.Video(label="Generated Video"),
42
  title="Stable Video Diffusion",
43
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
44
+ examples="videos"
45
  )
46
  # Launch the interface
47
  iface.launch()