Skip to content

Commit 00f5abe

Browse files
fix: update parameter name
1 parent cc03c67 commit 00f5abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dome_copilot/bulk_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Otherwise generate
4040
result = client.predict(
41-
pdf_files=[handle_file(pdf_path) for pdf_path in pdf_paths],
41+
pdf_input=[handle_file(pdf_path) for pdf_path in pdf_paths],
4242
api_name="/generate_dome",
4343
)
4444

0 commit comments

Comments
 (0)