Spaces:
Running
Running
MeYourHint
commited on
Commit
·
e68f4c7
1
Parent(s):
5c7c8c1
Minor
Browse files
app.py
CHANGED
@@ -297,6 +297,7 @@ with gr.Blocks(css=CSS, theme=theme) as demo:
|
|
297 |
show_label=True,
|
298 |
label="Motion length (<10s)",
|
299 |
value=0,
|
|
|
300 |
)
|
301 |
with gr.Column(scale=1):
|
302 |
use_ik = gr.Radio(
|
|
|
297 |
show_label=True,
|
298 |
label="Motion length (<10s)",
|
299 |
value=0,
|
300 |
+
info="Specify the motion length; 0 to use the default auto-setting.",
|
301 |
)
|
302 |
with gr.Column(scale=1):
|
303 |
use_ik = gr.Radio(
|