DOMMETI commited on
Commit
125ed6a
Β·
verified Β·
1 Parent(s): aa28add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import InferenceClient
11
  # CONFIG
12
  # ─────────────────────────────────────────────
13
  MODEL_ID = "Qwen/Qwen2.5-72B-Instruct"
14
- HF_TOKEN = os.environ.get("HF_TOKEN") # set this in Space Settings β†’ Secrets
15
  client = InferenceClient(model=MODEL_ID, token=HF_TOKEN)
16
 
17
  # ─────────────────────────────────────────────
 
11
  # CONFIG
12
  # ─────────────────────────────────────────────
13
  MODEL_ID = "Qwen/Qwen2.5-72B-Instruct"
14
+ HF_TOKEN = os.environ.get("hf_token") # set this in Space Settings β†’ Secrets
15
  client = InferenceClient(model=MODEL_ID, token=HF_TOKEN)
16
 
17
  # ─────────────────────────────────────────────