Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ from huggingface_hub import hf_hub_download
|
|
11 |
token_huggingface = os.getenv("HUGGINGFACE_TOKEN")
|
12 |
|
13 |
hf_hub_download(
|
14 |
-
repo_id="
|
15 |
-
filename="
|
16 |
local_dir="./modelos",
|
17 |
token=token_huggingface
|
18 |
)
|
|
|
11 |
token_huggingface = os.getenv("HUGGINGFACE_TOKEN")
|
12 |
|
13 |
hf_hub_download(
|
14 |
+
repo_id="bartowski/gemma-2-2b-it-abliterated-GGUF",
|
15 |
+
filename="gemma-2-2b-it-abliterated-Q4_K_M.gguf",
|
16 |
local_dir="./modelos",
|
17 |
token=token_huggingface
|
18 |
)
|