bupa1018 commited on
Commit
5bfbb23
·
1 Parent(s): 219ab81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ def process_directory(directory):
88
  all_texts = []
89
  file_references = []
90
 
91
- if not os.path.exists(directory):
92
- raise ValueError(f"Directory {directory} does not exist.")
93
 
94
  # Find all zip files in the directory
95
  zip_files = [file for file in os.listdir(directory) if file.endswith('.zip')]
 
88
  all_texts = []
89
  file_references = []
90
 
91
+ # if not os.path.exists(directory):
92
+ # raise ValueError(f"Directory {directory} does not exist.")
93
 
94
  # Find all zip files in the directory
95
  zip_files = [file for file in os.listdir(directory) if file.endswith('.zip')]