Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -329,7 +329,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
| 329 |
|
| 330 |
txt2vid_preset = gr.Dropdown(
|
| 331 |
choices=[p["label"] for p in preset_options],
|
| 332 |
-
value="
|
| 333 |
label="Step 3.1: Choose Resolution Preset",
|
| 334 |
)
|
| 335 |
|
|
|
|
| 329 |
|
| 330 |
txt2vid_preset = gr.Dropdown(
|
| 331 |
choices=[p["label"] for p in preset_options],
|
| 332 |
+
value="512x512, 160 frames",
|
| 333 |
label="Step 3.1: Choose Resolution Preset",
|
| 334 |
)
|
| 335 |
|