Commit
•
b21619a
1
Parent(s):
b4fb7a6
Update app.py
Browse files
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('''#
|
304 |
-
#### Research release (
|
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 ([model](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt), [paper](https://stability.ai/research/stable-video-diffusion-scaling-latent-video-diffusion-models-to-large-datasets))
|
304 |
+
#### Research release ([_non-commercial_](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/blob/main/LICENSE)): 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 our upcoming web experience.
|
305 |
''')
|
306 |
with gr.Row():
|
307 |
with gr.Column():
|