Spaces:
Runtime error
Runtime error
Commit
•
973cd62
1
Parent(s):
1d84e1d
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('''# Stable Video Diffusion -
|
304 |
-
|
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():
|