Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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 |
|