Duskfallcrew commited on
Commit
2623ef7
·
verified ·
1 Parent(s): a882b42

Update app.py

Browse files

Gemini you cheeky CHEEKY LLM
from huggingface_hub import login, HfApi, hf_hub_download # Correct import
from huggingface_hub.utils import validate_repo_id, HFValidationError, get_from_cache

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ import shutil
20
  import hashlib
21
  from datetime import datetime
22
  from typing import Dict, List, Optional
23
- from huggingface_hub import login, HfApi, hf_hub_download, get_from_cache # Corrected import
24
- from huggingface_hub.utils import validate_repo_id, HFValidationError
25
  from huggingface_hub.errors import HfHubHTTPError
26
  from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE # Import HUGGINGFACE_HUB_CACHE
27
 
 
20
  import hashlib
21
  from datetime import datetime
22
  from typing import Dict, List, Optional
23
+ from huggingface_hub import login, HfApi, hf_hub_download # Correct import
24
+ from huggingface_hub.utils import validate_repo_id, HFValidationError, get_from_cache
25
  from huggingface_hub.errors import HfHubHTTPError
26
  from huggingface_hub.constants import HUGGINGFACE_HUB_CACHE # Import HUGGINGFACE_HUB_CACHE
27