decrease slider limits

pull/34/head
Jonas Klesen 2023-04-18 22:39:22 +02:00
parent 9937edaac0
commit 4109ab54d5
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ def on_ui_tabs():
info="The more it is, the longer your videos will be",
)
main_rotate_per_step = gr.Slider(
minimum=-360,
maximum=360,
minimum=-180,
maximum=180,
step=1,
value=0,
label="Rotation (degrees per step)",