remove batch
Browse files- main_noweb.py +1 -1
main_noweb.py
CHANGED
@@ -312,7 +312,7 @@ def UI():
|
|
312 |
outputs = [video_output1, jsonoutput],
|
313 |
queue=True)
|
314 |
|
315 |
-
submit_pose3d_file.click(fn=
|
316 |
inputs= [video_input, file_kpthr],
|
317 |
outputs = [video_output2, jsonoutput],
|
318 |
queue=True)
|
|
|
312 |
outputs = [video_output1, jsonoutput],
|
313 |
queue=True)
|
314 |
|
315 |
+
submit_pose3d_file.click(fn=pose3d,
|
316 |
inputs= [video_input, file_kpthr],
|
317 |
outputs = [video_output2, jsonoutput],
|
318 |
queue=True)
|