Skip to content

Commit e4c0f3b

Browse files
committed
fix format
1 parent 2cb0937 commit e4c0f3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fastchat/serve/gradio_block_arena_vision.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,7 @@ def parse_pdf(file_path):
258258
documents = LlamaParse(
259259
result_type="markdown",
260260
verbose=True,
261-
languages=list(
262-
LLAMAPARSE_SUPPORTED_LANGS.values()
263-
),
261+
languages=list(LLAMAPARSE_SUPPORTED_LANGS.values()),
264262
accurate_mode=True,
265263
).load_data(file_path)
266264
assert len(documents) > 0

0 commit comments

Comments
 (0)