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