Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import requests
|
|
3 |
import gradio as gr
|
4 |
from llama_cpp import Llama
|
5 |
|
6 |
-
MODEL_URL = "https://
|
7 |
-
MODEL_PATH = "
|
8 |
|
9 |
# Download model if not already downloaded
|
10 |
if not os.path.exists(MODEL_PATH):
|
|
|
3 |
import gradio as gr
|
4 |
from llama_cpp import Llama
|
5 |
|
6 |
+
MODEL_URL = "https://huggingface.co/QuantFactory/Ministral-3b-instruct-GGUF/resolve/main/Ministral-3b-instruct.Q4_1.gguf?download=true" # truncated for clarity
|
7 |
+
MODEL_PATH = "Ministral-3b-instruct.Q4_1.gguf"
|
8 |
|
9 |
# Download model if not already downloaded
|
10 |
if not os.path.exists(MODEL_PATH):
|