mrcuddle commited on
Commit
254cae3
·
verified ·
1 Parent(s): 0bfa377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  examples=[
44
  [image.jpeg],
45
  [videos/generated.mp4]
46
- ]
47
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
48
  )
49
  # Launch the interface
 
43
  examples=[
44
  [image.jpeg],
45
  [videos/generated.mp4]
46
+ ],
47
  description="Generate a video from an uploaded image using Stable Video Diffusion.",
48
  )
49
  # Launch the interface