Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haotian-liu committed Feb 5, 2024
1 parent 63c1055 commit 4b3febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llava/serve/gradio_web_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def build_demo(embed_mode, cur_dir=None, concurrency_count=10):
load_demo,
[url_params],
[state, model_selector],
_js=get_window_url_params
js=get_window_url_params
)
elif args.model_list_mode == "reload":
demo.load(
Expand Down

0 comments on commit 4b3febd

Please sign in to comment.