Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
from llama_cpp import Llama
|
| 6 |
|
| 7 |
# 💾 Download GGUF from Hugging Face if not already present
|
| 8 |
-
GGUF_URL = "https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/
|
| 9 |
MODEL_FILENAME = "TinyLlama-1.1B-Chat.Q4_K_M.gguf"
|
| 10 |
|
| 11 |
if not os.path.exists(MODEL_FILENAME):
|
|
|
|
| 5 |
from llama_cpp import Llama
|
| 6 |
|
| 7 |
# 💾 Download GGUF from Hugging Face if not already present
|
| 8 |
+
GGUF_URL = "https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf"
|
| 9 |
MODEL_FILENAME = "TinyLlama-1.1B-Chat.Q4_K_M.gguf"
|
| 10 |
|
| 11 |
if not os.path.exists(MODEL_FILENAME):
|