Spaces:
Runtime error
Runtime error
Commit
·
bb347fa
1
Parent(s):
da7c78c
tidy code
Browse files
app.py
CHANGED
@@ -11,13 +11,11 @@ from huggingface_hub import (
|
|
11 |
HfApi,
|
12 |
ModelCard,
|
13 |
hf_hub_url,
|
14 |
-
list_models,
|
15 |
list_repo_commits,
|
16 |
logging,
|
17 |
model_info,
|
18 |
)
|
19 |
from huggingface_hub.utils import EntryNotFoundError, disable_progress_bars
|
20 |
-
from tqdm.contrib.concurrent import thread_map
|
21 |
|
22 |
disable_progress_bars()
|
23 |
|
|
|
11 |
HfApi,
|
12 |
ModelCard,
|
13 |
hf_hub_url,
|
|
|
14 |
list_repo_commits,
|
15 |
logging,
|
16 |
model_info,
|
17 |
)
|
18 |
from huggingface_hub.utils import EntryNotFoundError, disable_progress_bars
|
|
|
19 |
|
20 |
disable_progress_bars()
|
21 |
|