Update app.py
Browse files
app.py
CHANGED
@@ -161,9 +161,9 @@ preset_options = [
|
|
161 |
{"label": "1088x704, 49 frames", "width": 1088, "height": 704, "num_frames": 49},
|
162 |
{"label": "1056x640, 57 frames", "width": 1056, "height": 640, "num_frames": 57},
|
163 |
{"label": "992x608, 65 frames", "width": 992, "height": 608, "num_frames": 65},
|
164 |
-
{"label": "
|
165 |
-
{"label": "
|
166 |
-
{"label": "
|
167 |
{"label": "768x768, 120 frames", "width": 768, "height": 768, "num_frames": 120},
|
168 |
{"label": "768x512, 97 frames", "width": 768, "height": 512, "num_frames": 97},
|
169 |
{"label": "800x480, 105 frames", "width": 800, "height": 480, "num_frames": 105},
|
|
|
161 |
{"label": "1088x704, 49 frames", "width": 1088, "height": 704, "num_frames": 49},
|
162 |
{"label": "1056x640, 57 frames", "width": 1056, "height": 640, "num_frames": 57},
|
163 |
{"label": "992x608, 65 frames", "width": 992, "height": 608, "num_frames": 65},
|
164 |
+
{"label": "448x448, 240 frames", "width": 448, "height": 448, "num_frames": 240},
|
165 |
+
{"label": "640x640, 120 frames", "width": 640, "height": 640, "num_frames": 120},
|
166 |
+
{"label": "768x768, 60 frames", "width": 768, "height": 768, "num_frames": 60},
|
167 |
{"label": "768x768, 120 frames", "width": 768, "height": 768, "num_frames": 120},
|
168 |
{"label": "768x512, 97 frames", "width": 768, "height": 512, "num_frames": 97},
|
169 |
{"label": "800x480, 105 frames", "width": 800, "height": 480, "num_frames": 105},
|