JaynilJaiswal commited on
Commit
cf76c48
·
verified ·
1 Parent(s): 3b0e69d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ import re
16
  # REMOVED: from sklearn.metrics.pairwise import cosine_similarity
17
  import chromadb # ADDED for client check
18
  from typing import List, Dict, Any, Optional
 
19
 
20
  # --- Constants ---
21
  MODEL_REPO = "TheBloke/zephyr-7B-beta-GGUF"
 
16
  # REMOVED: from sklearn.metrics.pairwise import cosine_similarity
17
  import chromadb # ADDED for client check
18
  from typing import List, Dict, Any, Optional
19
+ from huggingface_hub import hf_hub_download # Import the downloader
20
 
21
  # --- Constants ---
22
  MODEL_REPO = "TheBloke/zephyr-7B-beta-GGUF"