Yaron Koresh commited on
Commit
a36d15d
·
verified ·
1 Parent(s): c16580a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -243,8 +243,9 @@ def main():
243
  with gr.Row():
244
  motion = gr.Dropdown(
245
  label='Motion',
 
246
  choices=[
247
- ("Default", ""),
248
  ("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
249
  ("Zoom out", "guoyww/animatediff-motion-lora-zoom-out"),
250
  ("Tilt up", "guoyww/animatediff-motion-lora-tilt-up"),
 
243
  with gr.Row():
244
  motion = gr.Dropdown(
245
  label='Motion',
246
+ show_label=False,
247
  choices=[
248
+ ("", ""),
249
  ("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
250
  ("Zoom out", "guoyww/animatediff-motion-lora-zoom-out"),
251
  ("Tilt up", "guoyww/animatediff-motion-lora-tilt-up"),