slider renaming

This commit is contained in:
Johannes Stelzer 2023-02-22 12:47:28 +01:00
parent 04da747a60
commit 334c60134f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ if __name__ == "__main__":
prompt2 = gr.Textbox(label="prompt 2")
with gr.Row():
duration_compute = gr.Slider(5, 200, bf.t_compute_max_allowed, step=1, label='compute budget', interactive=True)
duration_compute = gr.Slider(5, 200, bf.t_compute_max_allowed, step=1, label='waiting time', interactive=True)
duration_video = gr.Slider(1, 100, bf.duration_video, step=0.1, label='video duration', interactive=True)
height = gr.Slider(256, 2048, bf.height, step=128, label='height', interactive=True)
width = gr.Slider(256, 2048, bf.width, step=128, label='width', interactive=True)