Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests, tempfile
|
|
| 4 |
import gradio as gr
|
| 5 |
from llama_cpp import Llama
|
| 6 |
|
| 7 |
-
MODEL_URL = "https://huggingface.co/
|
| 8 |
|
| 9 |
print("Downloading model into temporary memory... This may take a while ⏳")
|
| 10 |
response = requests.get(MODEL_URL, stream=True)
|
|
|
|
| 4 |
import gradio as gr
|
| 5 |
from llama_cpp import Llama
|
| 6 |
|
| 7 |
+
MODEL_URL = "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
|
| 8 |
|
| 9 |
print("Downloading model into temporary memory... This may take a while ⏳")
|
| 10 |
response = requests.get(MODEL_URL, stream=True)
|