Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,7 @@ def generate_video(gallery_images, mode, prompt, height, width,
|
|
237 |
|
238 |
control_modes = """
|
239 |
**3 control modes avilable:**
|
|
|
240 |
**Ref2V (Reference-to-Video)** Generate a video incorporating elements from input reference images
|
241 |
|
242 |
**FLF2V (First-Last Frame-to-Video)** Generate a video using first and last frame conditioning defined by input images
|
|
|
237 |
|
238 |
control_modes = """
|
239 |
**3 control modes avilable:**
|
240 |
+
|
241 |
**Ref2V (Reference-to-Video)** Generate a video incorporating elements from input reference images
|
242 |
|
243 |
**FLF2V (First-Last Frame-to-Video)** Generate a video using first and last frame conditioning defined by input images
|