anon334test commited on
Commit
cef6d72
·
verified ·
1 Parent(s): f9d11bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  from huggingface_hub import hf_hub_download
8
 
9
  # ----------------------- config (override via Space variables) -----------------------
10
- # Serves the copied 0.8B GGUF from anon334test/qwopus (mirror of Jackrong/Qwopus3.5-0.8B-v3-GGUF).
11
  MODEL_REPO = os.environ.get("MODEL_REPO", "anon334test/qwopus")
12
  GGUF_FILE = os.environ.get("GGUF_FILE", "Qwen3.5-0.8B.Q4_K_M.gguf")
13
  HF_TOKEN = os.environ.get("HF_TOKEN") # optional; model is public
 
7
  from huggingface_hub import hf_hub_download
8
 
9
  # ----------------------- config (override via Space variables) -----------------------
10
+ # Serves the copied 0.8B GGUF from anon334test/qwopus.
11
  MODEL_REPO = os.environ.get("MODEL_REPO", "anon334test/qwopus")
12
  GGUF_FILE = os.environ.get("GGUF_FILE", "Qwen3.5-0.8B.Q4_K_M.gguf")
13
  HF_TOKEN = os.environ.get("HF_TOKEN") # optional; model is public