Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neoguojing committed Aug 11, 2024
1 parent 6946eec commit b3f8194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectron/demo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,4 @@ def do_search(selected_dbs,user_input):
if __name__ == "__main__":
demo = create_ui()
demo.queue()
demo.launch(server_name="0.0.0.0",root_path="algos")
demo.launch(server_name="0.0.0.0",root_path="/algos")

0 comments on commit b3f8194

Please sign in to comment.