bupa1018 commited on
Commit
ff2fbf6
·
1 Parent(s): 04cd580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def upload_gitRepository():
82
  repo_type='space'
83
  )
84
 
85
- print(f"Repository '{project_id}' downloaded and uploaded to Hugging Face space '{HF_SPACE_NAME}' in folder '{DIRECTORY}' with original file name '{filename}'")
86
 
87
  def process_directory(directory):
88
  all_texts = []
 
82
  repo_type='space'
83
  )
84
 
85
+ print(f"Repository '{project_id}' downloaded and uploaded to Hugging Face space '{HF_SPACE_NAME}' in folder '{REPOSITORY_DIRECTORY}' with original file name '{filename}'")
86
 
87
  def process_directory(directory):
88
  all_texts = []