Skip to content

Commit

Permalink
Fix compute_first_rows_response
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Feb 8, 2023
1 parent 77c7a9c commit 712e871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ def compute_first_rows_response(
assets_base_url: str,
hf_token: Optional[str],
min_cell_bytes: int,
max_size_fallback: Optional[int],
rows_max_bytes: int,
rows_max_number: int,
rows_min_number: int,
columns_max_number: int,
assets_directory: str,
max_size_fallback: Optional[int] = None,
) -> FirstRowsResponse:
"""
Get the response of /first-rows for one specific split of a dataset from huggingface.co.
Expand Down

0 comments on commit 712e871

Please sign in to comment.