Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -267,8 +267,8 @@ preset_options = [
|
|
| 267 |
{"label": "[3:2] 704x480, 4.8초", "width": 704, "height": 480, "num_frames": 121},
|
| 268 |
{"label": "[3:2] 512x352, 9.3초", "width": 512, "height": 352, "num_frames": 233},
|
| 269 |
{"label": "[1:1] 704x704, 2.3초", "width": 704, "height": 704, "num_frames": 57},
|
| 270 |
-
{"label": "[9:16]
|
| 271 |
-
{"label": "[9:16]
|
| 272 |
]
|
| 273 |
|
| 274 |
def preset_changed(preset):
|
|
|
|
| 267 |
{"label": "[3:2] 704x480, 4.8초", "width": 704, "height": 480, "num_frames": 121},
|
| 268 |
{"label": "[3:2] 512x352, 9.3초", "width": 512, "height": 352, "num_frames": 233},
|
| 269 |
{"label": "[1:1] 704x704, 2.3초", "width": 704, "height": 704, "num_frames": 57},
|
| 270 |
+
{"label": "[9:16] 608x1088, 2.0초", "width": 608, "height": 1088, "num_frames": 49},
|
| 271 |
+
{"label": "[9:16] 448x800, 4.2초", "width": 448, "height": 800, "num_frames": 105},
|
| 272 |
]
|
| 273 |
|
| 274 |
def preset_changed(preset):
|