Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/submission/check_validity.py
Browse files
src/submission/check_validity.py
CHANGED
|
@@ -3,6 +3,7 @@ import os
|
|
| 3 |
import re
|
| 4 |
from collections import defaultdict
|
| 5 |
from datetime import datetime, timedelta, timezone
|
|
|
|
| 6 |
|
| 7 |
import huggingface_hub
|
| 8 |
from huggingface_hub import ModelCard
|
|
|
|
| 3 |
import re
|
| 4 |
from collections import defaultdict
|
| 5 |
from datetime import datetime, timedelta, timezone
|
| 6 |
+
import traceback
|
| 7 |
|
| 8 |
import huggingface_hub
|
| 9 |
from huggingface_hub import ModelCard
|