Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,8 @@ import subprocess
|
|
| 12 |
import sys
|
| 13 |
import tempfile
|
| 14 |
import re
|
|
|
|
|
|
|
| 15 |
from pathlib import Path
|
| 16 |
from typing import Dict, Any, Optional, List, Iterable
|
| 17 |
from huggingface_hub import HfApi, hf_hub_download, list_repo_files, login
|
|
|
|
| 12 |
import sys
|
| 13 |
import tempfile
|
| 14 |
import re
|
| 15 |
+
import time
|
| 16 |
+
from concurrent.futures import ThreadPoolExecutor
|
| 17 |
from pathlib import Path
|
| 18 |
from typing import Dict, Any, Optional, List, Iterable
|
| 19 |
from huggingface_hub import HfApi, hf_hub_download, list_repo_files, login
|