YOUSEF2434 commited on
Commit
57eaeab
·
verified ·
1 Parent(s): f49a960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/blob/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):
 
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):