multimodalart HF Staff commited on
Commit
845c0fb
·
verified ·
1 Parent(s): 65fb376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ def select_the_right_preset(user_width, user_height):
203
  def toggle_custom_resize_slider(resize_option):
204
  return gr.update(visible=(resize_option == "Custom"))
205
 
206
- def create_video_from_images(image_list, fps=8):
207
  if not image_list:
208
  return None
209
 
 
203
  def toggle_custom_resize_slider(resize_option):
204
  return gr.update(visible=(resize_option == "Custom"))
205
 
206
+ def create_video_from_images(image_list, fps=4):
207
  if not image_list:
208
  return None
209