PeterL1n commited on
Commit
27f6e5d
1 Parent(s): 1514a70
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,9 +80,9 @@ with gr.Blocks(css="style.css") as demo:
80
  interactive=True
81
  )
82
  select_motion = gr.Dropdown(
83
- label='Motion LoRAs',
84
  choices=[
85
- ("None", ""),
86
  ("Zoom in", "v2_lora_ZoomIn.ckpt"),
87
  ("Zoom out", "v2_lora_ZoomOut.ckpt"),
88
  ],
 
80
  interactive=True
81
  )
82
  select_motion = gr.Dropdown(
83
+ label='Motion',
84
  choices=[
85
+ ("Default", ""),
86
  ("Zoom in", "v2_lora_ZoomIn.ckpt"),
87
  ("Zoom out", "v2_lora_ZoomOut.ckpt"),
88
  ],