Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|