login
This commit is contained in:
parent
4f6a640bbb
commit
fe4ad49529
2
hft.py
2
hft.py
|
|
@ -11,7 +11,7 @@ import PyPDF2
|
||||||
|
|
||||||
from huggingface_hub import login
|
from huggingface_hub import login
|
||||||
|
|
||||||
login(f"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")
|
login(f"HFT")
|
||||||
|
|
||||||
def load_file_catalog(catalog_path):
|
def load_file_catalog(catalog_path):
|
||||||
with open(catalog_path, 'r', encoding='utf-8') as file:
|
with open(catalog_path, 'r', encoding='utf-8') as file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue