linoyts HF Staff commited on
Commit
afa69e3
·
verified ·
1 Parent(s): 2f4e173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- **Ref2V (Reference-to-Video)**
242
- Generate a video incorporating elements from input reference images
243
 
244
- **FLF2V (First-Last Frame-to-Video)**
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: