Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,7 @@ def resize_image(image, output_size=(1024, 768)):
|
|
87 |
return cropped_image
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
-
|
91 |
-
#### Research release ([_non-commercial_](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/blob/main/LICENSE)): generate `4s` vid from a single image at (`25 frames` at `6 fps`). this demo uses [🧨 diffusers for low VRAM and fast generation](https://huggingface.co/docs/diffusers/main/en/using-diffusers/svd).
|
92 |
-
''')
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
image = gr.Image(label="Upload your image", type="pil")
|
|
|
87 |
return cropped_image
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
+
|
|
|
|
|
91 |
with gr.Row():
|
92 |
with gr.Column():
|
93 |
image = gr.Image(label="Upload your image", type="pil")
|