Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|