bupa1018 commited on
Commit
59e6f83
·
1 Parent(s): 91a25ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,9 +193,9 @@ def process_directory(directory, folder_paths, file_paths):
193
  print(f"Total number of files: {len(files)}")
194
 
195
  for file_path in files:
196
- print("111111111:", file_path)
197
  file_ext = os.path.splitext(file_path)[1]
198
- print("222222222:", file_ext)
199
  if os.path.getsize(file_path) == 0:
200
  print(f"Skipping an empty file: {file_path}")
201
  continue
 
193
  print(f"Total number of files: {len(files)}")
194
 
195
  for file_path in files:
196
+ # print("111111111:", file_path)
197
  file_ext = os.path.splitext(file_path)[1]
198
+ # print("222222222:", file_ext)
199
  if os.path.getsize(file_path) == 0:
200
  print(f"Skipping an empty file: {file_path}")
201
  continue