Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,9 @@ import time
|
|
8 |
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 |
|
13 |
|
14 |
# Create the folder if it doesn't exist
|
|
|
8 |
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 |
|
16 |
# Create the folder if it doesn't exist
|