Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
FinancialSupport
commited on
Commit
•
37efad4
1
Parent(s):
afb65a2
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
|