Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from typing import Dict, List, Optional
|
|
14 |
from huggingface_hub import login, HfApi, hf_hub_download
|
15 |
from huggingface_hub.utils import validate_repo_id, HFValidationError
|
16 |
from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE
|
|
|
17 |
from huggingface_hub.utils import HfHubHTTPError
|
18 |
from accelerate import Accelerator
|
19 |
import re # Import the 're' module
|
|
|
14 |
from huggingface_hub import login, HfApi, hf_hub_download
|
15 |
from huggingface_hub.utils import validate_repo_id, HFValidationError
|
16 |
from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE
|
17 |
+
import subprocess # Import subprocess
|
18 |
from huggingface_hub.utils import HfHubHTTPError
|
19 |
from accelerate import Accelerator
|
20 |
import re # Import the 're' module
|