openfree commited on
Commit
777438e
Β·
verified Β·
1 Parent(s): 31e0e43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -569,7 +569,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
569
 
570
  img2vid_preset = gr.Dropdown(
571
  choices=[p["label"] for p in preset_options],
572
- value="768x512, 3.9초",
573
  label="Step 3: 해상도 프리셋 선택",
574
  )
575
 
 
569
 
570
  img2vid_preset = gr.Dropdown(
571
  choices=[p["label"] for p in preset_options],
572
+ value="512x320, 10.3초",
573
  label="Step 3: 해상도 프리셋 선택",
574
  )
575