Spaces:
Sleeping
Sleeping
RobertoBarrosoLuque commited on
Commit ·
0404646
1
Parent(s): e952440
fix qwen logo path
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -46,7 +46,7 @@ MODELS = {
|
|
| 46 |
"qwen3-vl-30b": {
|
| 47 |
"label": "Qwen3 VL 30B",
|
| 48 |
"id": "accounts/fireworks/models/qwen3-vl-30b-a3b-instruct",
|
| 49 |
-
"icon": "./assets/
|
| 50 |
},
|
| 51 |
}
|
| 52 |
DEFAULT_MODEL_KEY = "kimi-k2p5"
|
|
|
|
| 46 |
"qwen3-vl-30b": {
|
| 47 |
"label": "Qwen3 VL 30B",
|
| 48 |
"id": "accounts/fireworks/models/qwen3-vl-30b-a3b-instruct",
|
| 49 |
+
"icon": "./assets/qwen-logo.png",
|
| 50 |
},
|
| 51 |
}
|
| 52 |
DEFAULT_MODEL_KEY = "kimi-k2p5"
|