This commit is contained in:
l.gabrysiak 2025-02-25 10:46:55 +01:00
parent 4f6a640bbb
commit fe4ad49529
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"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")
login(f"HFT")
def load_file_catalog(catalog_path):
with open(catalog_path, 'r', encoding='utf-8') as file: