Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 '{
|
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 = []
|