mrcuddle commited on
Commit
266c60c
1 Parent(s): 50be36f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -41,6 +41,9 @@ 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
  )
45
 
46
  # Launch the 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=[
45
+ ["image.png", "generated.mp4"]
46
+ ]
47
  )
48
 
49
  # Launch the interface