Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Millot authored and Guillaume Millot committed Apr 30, 2024
1 parent 7e0ca3f commit d508a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/eval_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def download_pdf() -> None:
try:
ss.pdf_downloaded = hf_hub_download(
repo_id="DataForGood/taxobservatory_data",
filename="pdf/" + pdf_file,
filename=f"pdf/{ss.pdf_selected}",
repo_type="dataset",
)
except Exception:
Expand Down

0 comments on commit d508a34

Please sign in to comment.