Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from llama_cpp import Llama
|
|
5 |
# Download the model from Hugging Face Hub
|
6 |
print("Downloading model...")
|
7 |
model_path = hf_hub_download(
|
8 |
-
repo_id="
|
9 |
-
filename="
|
10 |
)
|
11 |
print("Model downloaded to:", model_path)
|
12 |
|
|
|
5 |
# Download the model from Hugging Face Hub
|
6 |
print("Downloading model...")
|
7 |
model_path = hf_hub_download(
|
8 |
+
repo_id="unsloth/gemma-3-4b-it-GGUF",
|
9 |
+
filename="gemma-3-4b-it-UD-Q4_K_XL.gguf"
|
10 |
)
|
11 |
print("Model downloaded to:", model_path)
|
12 |
|