mrcuddle commited on
Commit
277919c
·
verified ·
1 Parent(s): cb4efac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -41,8 +41,5 @@ 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=[
45
- ["image.jpeg", "42"]
46
- ],
47
  # Launch the interface
48
  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
  # Launch the interface
45
  iface.launch()