Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
·
5ae6c99
1
Parent(s):
a16df4c
isort
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import os
|
| 2 |
import uuid
|
| 3 |
from pathlib import Path
|
|
@@ -8,7 +9,6 @@ from datasets import get_dataset_config_names, list_metrics, load_metric
|
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
from huggingface_hub import list_datasets
|
| 10 |
from tqdm import tqdm
|
| 11 |
-
import inspect
|
| 12 |
|
| 13 |
from evaluation import filter_evaluated_models
|
| 14 |
from utils import get_compatible_models, get_key, get_metadata, http_get, http_post
|
|
|
|
| 1 |
+
import inspect
|
| 2 |
import os
|
| 3 |
import uuid
|
| 4 |
from pathlib import Path
|
|
|
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
from huggingface_hub import list_datasets
|
| 11 |
from tqdm import tqdm
|
|
|
|
| 12 |
|
| 13 |
from evaluation import filter_evaluated_models
|
| 14 |
from utils import get_compatible_models, get_key, get_metadata, http_get, http_post
|