Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Adding distil-large-v3.5 and lite-whisper (#33)
Browse files- Adding distil-large-v3.5 and lite-whisper (cc943a4a8734b7a641a4236a76e91525ab8ca3be)
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 = "Mar
|
10 |
|
11 |
column_names = {
|
12 |
"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 = "Mar 24th 2025"
|
10 |
|
11 |
column_names = {
|
12 |
"MODEL": "Model",
|