Duskfallcrew commited on
Commit
b723a99
·
verified ·
1 Parent(s): ab317be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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