Spaces:
Sleeping
Sleeping
Leonardo Oliva
commited on
Commit
•
80754c0
1
Parent(s):
ac774d8
sdf
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ model_path = os.path.join("models", model_filename)
|
|
8 |
|
9 |
if not os.path.exists(model_path):
|
10 |
dl_guff_model("models", f"https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/raw/main/gorilla-openfunctions-v2-q6_K.gguf")
|
|
|
11 |
|
12 |
"""
|
13 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
8 |
|
9 |
if not os.path.exists(model_path):
|
10 |
dl_guff_model("models", f"https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/raw/main/gorilla-openfunctions-v2-q6_K.gguf")
|
11 |
+
print("Ho scaricato!")
|
12 |
|
13 |
"""
|
14 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|