Update utils.py
Browse files
utils.py
CHANGED
@@ -525,6 +525,7 @@ def upload_file_to_huggingface(file_path, upload_path):
|
|
525 |
repo_id=STORAGE_REPO_ID,
|
526 |
repo_type=REPO_TYPE,
|
527 |
token=HF_WRITE
|
|
|
528 |
|
529 |
#######################################
|
530 |
# Dokumente aus anderem Space laden
|
|
|
525 |
repo_id=STORAGE_REPO_ID,
|
526 |
repo_type=REPO_TYPE,
|
527 |
token=HF_WRITE
|
528 |
+
)
|
529 |
|
530 |
#######################################
|
531 |
# Dokumente aus anderem Space laden
|