alexkueck commited on
Commit
93a6332
·
verified ·
1 Parent(s): 4c86bd0

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -362,7 +362,7 @@ def document_loading_splitting():
362
 
363
  # Dateien im Hugging Face Space auflisten
364
  files_in_repo = list_files_in_hf_repo(STORAGE_REPO_ID)
365
-
366
  # Dateien aus dem Hugging Face Space mit der STORAGE_REPO_ID herunterladen
367
  for file_name in files_in_repo:
368
  if file_name.endswith('.pdf'):
 
362
 
363
  # Dateien im Hugging Face Space auflisten
364
  files_in_repo = list_files_in_hf_repo(STORAGE_REPO_ID)
365
+ print("hier.....................................")
366
  # Dateien aus dem Hugging Face Space mit der STORAGE_REPO_ID herunterladen
367
  for file_name in files_in_repo:
368
  if file_name.endswith('.pdf'):