multimodalart HF staff commited on
Commit
973cd62
β€’
1 Parent(s): 1d84e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -300,8 +300,8 @@ def resize_image(image_path, output_size=(1024, 576)):
300
  return cropped_image
301
 
302
  with gr.Blocks() as demo:
303
- gr.Markdown('''# Stable Video Diffusion - Image2Video - XT
304
- 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.
305
  ''')
306
  with gr.Row():
307
  with gr.Column():
 
300
  return cropped_image
301
 
302
  with gr.Blocks() as demo:
303
+ gr.Markdown('''# Stable Video Diffusion - Img2Vid - XT
304
+ ## Research release (non-commercial): 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.
305
  ''')
306
  with gr.Row():
307
  with gr.Column():