zera09 commited on
Commit
f347a15
·
verified ·
1 Parent(s): 7a34dd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ FOLDER_TO_WATCH = "model_results" # Folder where JSON files are stored
9
  REFRESH_INTERVAL = 5 # Seconds between automatic refreshes
10
  # COLUMNS_TO_DISPLAY = ["model_name", "accuracy", "precision", "recall", "f1_score", "timestamp"]
11
  #COLUMNS_TO_DISPLAY =['model_name','average_accuracy','preprocess_time_sec','generation_time_sec','total_time_sec','memory_used_gb','peak_memory_gb']
12
- COLUMNS_TO_DISPLAY =['model_name','average_accuracy','generation_time_sec','total_time_sec','memory_used_gb','peak_memory_gb']
13
 
14
 
15
 
 
9
  REFRESH_INTERVAL = 5 # Seconds between automatic refreshes
10
  # COLUMNS_TO_DISPLAY = ["model_name", "accuracy", "precision", "recall", "f1_score", "timestamp"]
11
  #COLUMNS_TO_DISPLAY =['model_name','average_accuracy','preprocess_time_sec','generation_time_sec','total_time_sec','memory_used_gb','peak_memory_gb']
12
+ COLUMNS_TO_DISPLAY =['model_name','average_accuracy','generation_time_sec','total_time_sec','peak_memory_gb']
13
 
14
 
15