fantaxy commited on
Commit
ec476cf
·
verified ·
1 Parent(s): ffc6b03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="768x512, 97 frames",
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