Spaces:
Runtime error
Runtime error
Commit
β’
b4fb7a6
1
Parent(s):
77b76c1
Update app.py
Browse files
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](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt)
|
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
|
305 |
''')
|
306 |
with gr.Row():
|
307 |
with gr.Column():
|
|
|
301 |
|
302 |
with gr.Blocks() as demo:
|
303 |
gr.Markdown('''# [Stable Video Diffusion - Img2Vid - XT](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt)
|
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():
|