kiwhansong commited on
Commit
a8e3ce8
·
1 Parent(s): 8a4cde9

fix labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -536,7 +536,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
536
  prepare_short_gt_video(scene_idx)
537
  )
538
  ],
539
- label="Select Images to Animate",
540
  columns=[8],
541
  )
542
 
@@ -988,7 +988,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="teal")) as demo:
988
  maximum=10,
989
  value=2,
990
  step=1,
991
- label="Interpolation Factor",
992
  interactive=True,
993
  )
994
  gr.Button("Smooth Out Video", variant="huggingface").click(
 
536
  prepare_short_gt_video(scene_idx)
537
  )
538
  ],
539
+ label="Select Input Images",
540
  columns=[8],
541
  )
542
 
 
988
  maximum=10,
989
  value=2,
990
  step=1,
991
+ label="By a Factor of",
992
  interactive=True,
993
  )
994
  gr.Button("Smooth Out Video", variant="huggingface").click(