Leonardo Oliva commited on
Commit
80250d1
1 Parent(s): 80754c0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ model_filename = "gorilla-openfunctions-v2-q6_K.gguf"
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
  print("Ho scaricato!")
12
 
13
  """
 
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/resolve/main/gorilla-openfunctions-v2-q6_K.gguf")
11
  print("Ho scaricato!")
12
 
13
  """