Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ subprocess.run(
|
|
18 |
MODEL_NAMES = {
|
19 |
"Qwen2.5-VL-7B-Instruct": "Qwen/Qwen2.5-VL-7B-Instruct",
|
20 |
"Qwen2.5-VL-3B-Instruct": "Qwen/Qwen2.5-VL-3B-Instruct",
|
|
|
21 |
}
|
22 |
|
23 |
|
|
|
18 |
MODEL_NAMES = {
|
19 |
"Qwen2.5-VL-7B-Instruct": "Qwen/Qwen2.5-VL-7B-Instruct",
|
20 |
"Qwen2.5-VL-3B-Instruct": "Qwen/Qwen2.5-VL-3B-Instruct",
|
21 |
+
"Qwen2.5-VL-32B-Instruct": "Qwen/Qwen2.5-VL-32B-Instruct",
|
22 |
}
|
23 |
|
24 |
|