multimodalart HF staff commited on
Commit
e2b4777
·
1 Parent(s): 3780d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ def resize_image(image_path, output_size=(1024, 576)):
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():
 
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():