Spaces:
Running
on
Zero
Running
on
Zero
model repo_id typo fix
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ cancel_event = threading.Event()
|
|
23 |
# ------------------------------
|
24 |
MODELS = {
|
25 |
"Llama-3.2-Taiwan-3B-Instruct": {
|
26 |
-
"repo_id": "
|
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": {
|