lunarring commited on
Commit
8232c8e
1 Parent(s): cb9bfff

wait time upd

Browse files
Files changed (1) hide show
  1. gradio_ui.py +1 -1
gradio_ui.py CHANGED
@@ -358,7 +358,7 @@ if __name__ == "__main__":
358
  prompt2 = gr.Textbox(label="prompt 2")
359
 
360
  with gr.Row():
361
- duration_compute = gr.Slider(5, 200, bf.t_compute_max_allowed, step=1, label='waiting time', interactive=True)
362
  duration_video = gr.Slider(1, 100, bf.duration_video, step=0.1, label='video duration', interactive=True)
363
  height = gr.Slider(256, 2048, bf.height, step=128, label='height', interactive=True)
364
  width = gr.Slider(256, 2048, bf.width, step=128, label='width', interactive=True)
358
  prompt2 = gr.Textbox(label="prompt 2")
359
 
360
  with gr.Row():
361
+ duration_compute = gr.Slider(10, 25, bf.t_compute_max_allowed, step=1, label='waiting time', interactive=True)
362
  duration_video = gr.Slider(1, 100, bf.duration_video, step=0.1, label='video duration', interactive=True)
363
  height = gr.Slider(256, 2048, bf.height, step=128, label='height', interactive=True)
364
  width = gr.Slider(256, 2048, bf.width, step=128, label='width', interactive=True)