Spaces:
Running
Running
Commit
·
ef72af2
1
Parent(s):
d72a113
put back 0.9.1
Browse files
.github/scripts/check_dataset_update.py
CHANGED
|
@@ -27,8 +27,8 @@ def check_dataset_updates(dataset_id):
|
|
| 27 |
{
|
| 28 |
"last_modified": last_modified,
|
| 29 |
"sha": current_sha,
|
| 30 |
-
"releases": ["
|
| 31 |
-
"whisperkit_version": "0.9.
|
| 32 |
},
|
| 33 |
f,
|
| 34 |
)
|
|
|
|
| 27 |
{
|
| 28 |
"last_modified": last_modified,
|
| 29 |
"sha": current_sha,
|
| 30 |
+
"releases": ["a9b92c4"],
|
| 31 |
+
"whisperkit_version": "0.9.1",
|
| 32 |
},
|
| 33 |
f,
|
| 34 |
)
|