saraht14 commited on
Commit
fae7952
·
verified ·
1 Parent(s): 48d1df2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def evaluate_model(username, file):
163
 
164
  # file_path = os.path.join(dataset_directory, filename)
165
  # print(file_path)
166
- filename = filename
167
  print("FILE TO PROCESS:", filename)
168
  # sectors_model = subprocess.run(["python", script_path,filename], capture_output=True, text=True, timeout=300)
169
  # hello = foo()
 
163
 
164
  # file_path = os.path.join(dataset_directory, filename)
165
  # print(file_path)
166
+ filename = filename + ".txt"
167
  print("FILE TO PROCESS:", filename)
168
  # sectors_model = subprocess.run(["python", script_path,filename], capture_output=True, text=True, timeout=300)
169
  # hello = foo()