Spaces:
Sleeping
Sleeping
liesdillen
commited on
Commit
•
4c41b67
1
Parent(s):
cc0cd06
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def process_csv(file, date, begin_time, end_time):
|
|
90 |
time_parts = time_parts[begin_index-121:end_index+122]
|
91 |
|
92 |
# Call the model_defining function from testing.py
|
93 |
-
name_model = "
|
94 |
output_file = "predicted_labels.txt"
|
95 |
|
96 |
model_defining(acc_data, name_model, output_file)
|
|
|
90 |
time_parts = time_parts[begin_index-121:end_index+122]
|
91 |
|
92 |
# Call the model_defining function from testing.py
|
93 |
+
name_model = "S3_101_102_103_validation_epoch_10.pth"
|
94 |
output_file = "predicted_labels.txt"
|
95 |
|
96 |
model_defining(acc_data, name_model, output_file)
|