This commit is contained in:
l.gabrysiak 2025-02-25 10:48:14 +01:00
parent fe4ad49529
commit ebe8c603c9
1 changed files with 1 additions and 1 deletions

2
hft.py
View File

@ -11,7 +11,7 @@ import PyPDF2
from huggingface_hub import login
login(f"HFT")
login(f"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")
def load_file_catalog(catalog_path):
with open(catalog_path, 'r', encoding='utf-8') as file: