liesdillen commited on
Commit
fe41747
1 Parent(s): c82c83c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "S3_101_102_103_validation_epoch_10.pth"
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"
94
  output_file = "predicted_labels.txt"
95
 
96
  model_defining(acc_data, name_model, output_file)