decula commited on
Commit ·
4c92a12
1
Parent(s): 69413a5
modify title
Browse files- qwen9b_dual.py +1 -1
qwen9b_dual.py
CHANGED
|
@@ -32,7 +32,7 @@ model = AutoModelForImageTextToText.from_pretrained(
|
|
| 32 |
trust_remote_code=True
|
| 33 |
)
|
| 34 |
|
| 35 |
-
title = "Qwen 3.5-9B Multi-
|
| 36 |
|
| 37 |
# --- 推理逻辑 ---
|
| 38 |
def evaluate(
|
|
|
|
| 32 |
trust_remote_code=True
|
| 33 |
)
|
| 34 |
|
| 35 |
+
title = "Qwen 3.5-9B Multi-Model (Text & Image)"
|
| 36 |
|
| 37 |
# --- 推理逻辑 ---
|
| 38 |
def evaluate(
|