Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston committed Oct 20, 2023
1 parent d2f1472 commit ea73f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastchat/serve/gradio_web_server_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def build_demo(models, elo_results_file, leaderboard_table_file):
side_by_side_named_list = build_side_by_side_ui_named(models)
with gr.Tab("Chatbot Arena (battle)", id=2):
side_by_side_anony_list = build_side_by_side_ui_anony(models)


if elo_results_file:
with gr.Tab("Leaderboard", id=3):
Expand Down

0 comments on commit ea73f90

Please sign in to comment.