benibraz commited on
Commit
a4b5a95
1 Parent(s): 7563a88

Update default resolution preset for improved performance

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,7 +415,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
415
 
416
  txt2vid_preset = gr.Dropdown(
417
  choices=[p["label"] for p in preset_options],
418
- value="1216x704, 41 frames",
419
  label="Step 3: Choose Resolution Preset",
420
  )
421
 
 
415
 
416
  txt2vid_preset = gr.Dropdown(
417
  choices=[p["label"] for p in preset_options],
418
+ value="768x512, 97 frames",
419
  label="Step 3: Choose Resolution Preset",
420
  )
421