Skip to content

Commit f541da2

Browse files
authored
Update FreeDrag_gradio.py
1 parent 4dbe7ee commit f541da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeDrag_gradio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def save_video(imgs_show_list,frame):
232232

233233
model_load, _ = load_model(model_name.value, device)
234234
model = gr.State(ModelWrapper(model_load,model_name.value))
235-
l_expected = gr.Slider(0.1,0.5,label='Eepected initial loss for each sub-motion',value = model.value.l,step=0.05)
235+
l_expected = gr.Slider(0.1,0.5,label='Expected initial loss for each sub-motion',value = model.value.l,step=0.05)
236236
d_max= gr.Slider(1.0,6.0,label='Max distance for each sub-motion (in the feature map)',value = model.value.d,step=0.5)
237237

238238
res = gr.State(model.value.res)

0 commit comments

Comments
 (0)