Update app.py
Browse files
app.py
CHANGED
@@ -160,13 +160,13 @@ preset_options = [
|
|
160 |
{"label": "1216x704, 41 frames", "width": 1216, "height": 704, "num_frames": 41},
|
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": "
|
164 |
-
{"label": "448x448,
|
165 |
-
{"label": "640x640,
|
166 |
-
{"label": "768x768,
|
167 |
-
{"label": "
|
168 |
{"label": "768x512, 97 frames", "width": 768, "height": 512, "num_frames": 97},
|
169 |
-
{"label": "
|
170 |
{"label": "736x480, 113 frames", "width": 736, "height": 480, "num_frames": 113},
|
171 |
{"label": "704x480, 121 frames", "width": 704, "height": 480, "num_frames": 121},
|
172 |
{"label": "704x448, 129 frames", "width": 704, "height": 448, "num_frames": 129},
|
|
|
160 |
{"label": "1216x704, 41 frames", "width": 1216, "height": 704, "num_frames": 41},
|
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": "448x448, 100 frames", "width": 448, "height": 448, "num_frames": 200},
|
164 |
+
{"label": "448x448, 200 frames", "width": 448, "height": 448, "num_frames": 200},
|
165 |
+
{"label": "640x640, 80 frames", "width": 640, "height": 640, "num_frames": 80},
|
166 |
+
{"label": "768x768, 64 frames", "width": 768, "height": 768, "num_frames": 64},
|
167 |
+
{"label": "720x720, 64 frames", "width": 768, "height": 768, "num_frames": 64},
|
168 |
{"label": "768x512, 97 frames", "width": 768, "height": 512, "num_frames": 97},
|
169 |
+
{"label": "512x512, 160 frames", "width": 512, "height": 512, "num_frames": 160},
|
170 |
{"label": "736x480, 113 frames", "width": 736, "height": 480, "num_frames": 113},
|
171 |
{"label": "704x480, 121 frames", "width": 704, "height": 480, "num_frames": 121},
|
172 |
{"label": "704x448, 129 frames", "width": 704, "height": 448, "num_frames": 129},
|