Skip to content

Commit 0b2a64e

Browse files
authored
Merge pull request #45 from BigComputer-Project/annotation
Annotation
2 parents 40a93ab + 7eec5bc commit 0b2a64e

File tree

2 files changed

+201
-309
lines changed

2 files changed

+201
-309
lines changed

fastchat/serve/gradio_block_arena_named.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ def bot_response_multi(
391391

392392
def flash_buttons():
393393
btn_updates = [
394-
[disable_btn] * 11,
395-
[enable_btn] * 11,
394+
[disable_btn] * 15,
395+
[enable_btn] * 15,
396396
]
397397
for i in range(4):
398398
yield btn_updates[i % 2]

0 commit comments

Comments
 (0)