lev1 commited on
Commit
655a442
1 Parent(s): fc198df

Add description to the Tab

Browse files
Files changed (1) hide show
  1. app_pix2pix_video.py +2 -2
app_pix2pix_video.py CHANGED
@@ -45,11 +45,11 @@ def create_demo(model: Model):
45
  maximum=10,
46
  value=0,
47
  step=1)
48
- end_t = gr.Slider(label='End time in seconds (-1 corresponds to uploaded video duration)',
49
  minimum=0,
50
  maximum=15,
51
  step=1)
52
- out_fps = gr.Slider(label='Output video fps (-1 corresponds to uploaded video fps)',
53
  minimum=1,
54
  maximum=30,
55
  value=-1,
45
  maximum=10,
46
  value=0,
47
  step=1)
48
+ end_t = gr.Slider(label='End time in seconds',
49
  minimum=0,
50
  maximum=15,
51
  step=1)
52
+ out_fps = gr.Slider(label='Output video fps',
53
  minimum=1,
54
  maximum=30,
55
  value=-1,