Spaces:
Runtime error
Runtime error
rafaelpadilla
commited on
Commit
•
23c644c
1
Parent(s):
906a076
fix updated date
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from init import is_model_on_hub, upload_file, load_all_info_from_dataset_hub
|
|
6 |
from utils_display import AutoEvalColumn, fields, make_clickable_model, styled_error, styled_message
|
7 |
from datetime import datetime, timezone
|
8 |
|
9 |
-
LAST_UPDATED = "September
|
10 |
GPU_MODEL = "NVIDIA Tesla M60"
|
11 |
|
12 |
column_names = {"model": "model",
|
|
|
6 |
from utils_display import AutoEvalColumn, fields, make_clickable_model, styled_error, styled_message
|
7 |
from datetime import datetime, timezone
|
8 |
|
9 |
+
LAST_UPDATED = "September, 7th 2023"
|
10 |
GPU_MODEL = "NVIDIA Tesla M60"
|
11 |
|
12 |
column_names = {"model": "model",
|