Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
|
15 |
|
16 |
hf_hub_download(
|
17 |
repo_id="prithivMLmods/GWQ-9B-Preview2-GGUF",
|
18 |
-
filename="gemma-with-question-prev-1-f16.gguf",
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
|
|
|
15 |
|
16 |
hf_hub_download(
|
17 |
repo_id="prithivMLmods/GWQ-9B-Preview2-GGUF",
|
18 |
+
filename="gemma with question prev 1 gguf/gemma-with-question-prev-1-f16.gguf",
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
|