taybeyond commited on
Commit
912204b
·
verified ·
1 Parent(s): dde1432

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,4 +9,11 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ ⚠️ 本模型為受限模型(gated model),需要申請 Hugging Face access token。
13
+
14
+ 👉 請前往:https://huggingface.co/settings/tokens 創建 token,並在本 Space 的 Settings → Secrets 中添加:
15
+
16
+ - Name: `HF_TOKEN`
17
+ - Value: 你的 token(例如:`hf_abcd1234efgh5678...`)
18
+
19
+ 否則將無法從私有模型庫加載模型與 processor。