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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -236,15 +236,15 @@ def generate_video(gallery_images, mode, prompt, height, width,
236
  return video_path, current_seed
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
 
 
236
  return video_path, current_seed
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