Spaces:
Runtime error
Runtime error
kamrulhasan12345
commited on
Commit
•
c318e7c
1
Parent(s):
89c4eda
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def download_file(file_link, filename):
|
|
14 |
|
15 |
|
16 |
# Dowloading GGML model from HuggingFace
|
17 |
-
ggml_model_path = "https://huggingface.co/
|
18 |
-
filename = "
|
19 |
|
20 |
download_file(ggml_model_path, filename)
|
21 |
|
|
|
14 |
|
15 |
|
16 |
# Dowloading GGML model from HuggingFace
|
17 |
+
ggml_model_path = "https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q8_0.gguf"
|
18 |
+
filename = "Wizard-Vicuna-7B-Uncensored.Q8_0.gguf"
|
19 |
|
20 |
download_file(ggml_model_path, filename)
|
21 |
|