Skip to content

Commit

Permalink
fix gradio warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlUlkesh committed Feb 12, 2023
1 parent 41d91f8 commit c25e8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def create_tab(tabname):
)
img_path_remove_button.click(
fn=img_path_add_remove,
inputs=[img_path, path_recorder, img_path_remove],
inputs=[img_path, path_recorder, img_path_remove, img_path_depth],
outputs=[path_recorder, img_path_browser]
)

Expand Down

0 comments on commit c25e8a7

Please sign in to comment.