multimodalart HF staff commited on
Commit
0f5fa8e
β€’
1 Parent(s): d960343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ def resize_image(image_path, output_size=(1024, 576)):
294
 
295
  with gr.Blocks() as demo:
296
  gr.Markdown('''# Stable Video Diffusion - Image2Video - XT
297
- Generate 25 frames of video from a single image using SDV-XT.
298
  ''')
299
  with gr.Column():
300
  with gr.Row():
 
294
 
295
  with gr.Blocks() as demo:
296
  gr.Markdown('''# Stable Video Diffusion - Image2Video - XT
297
+ Generate 25 frames of video from a single image at 6 fps. Each generation takes ~60s on the A100. [Join the waitlist](https://stability.ai/contact) for a native web experience for video.
298
  ''')
299
  with gr.Column():
300
  with gr.Row():