Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -237,15 +237,11 @@ def generate_video(gallery_images, mode, prompt, height, width,
|
|
237 |
|
238 |
control_modes = """
|
239 |
**3 control modes avilable:**
|
|
|
240 |
|
241 |
-
**
|
242 |
-
Generate a video incorporating elements from input reference images
|
243 |
|
244 |
-
**
|
245 |
-
Generate a video using first and last frame conditioning defined by input images
|
246 |
-
|
247 |
-
**Random2V (Random-to-Video)**
|
248 |
-
Generate a video with intermediate transitions between multiple input images
|
249 |
"""
|
250 |
|
251 |
with gr.Blocks() as demo:
|
|
|
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
|
|
|
243 |
|
244 |
+
**Random2V (Random-to-Video)** Generate a video with intermediate transitions between multiple input images
|
|
|
|
|
|
|
|
|
245 |
"""
|
246 |
|
247 |
with gr.Blocks() as demo:
|