Luigi commited on
Commit
89372fa
·
1 Parent(s): 6235e63

model repo_id typo fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ cancel_event = threading.Event()
23
  # ------------------------------
24
  MODELS = {
25
  "Llama-3.2-Taiwan-3B-Instruct": {
26
- "repo_id": "https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct",
27
  "description": "Llama-3.2-Taiwan-3B-Instruct"
28
  },
29
  "MiniCPM3-4B": {
 
23
  # ------------------------------
24
  MODELS = {
25
  "Llama-3.2-Taiwan-3B-Instruct": {
26
+ "repo_id": "lianghsun/Llama-3.2-Taiwan-3B-Instruct",
27
  "description": "Llama-3.2-Taiwan-3B-Instruct"
28
  },
29
  "MiniCPM3-4B": {