Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from modelscope.pipelines import pipeline
|
|
3 |
from modelscope.utils.constant import Tasks
|
4 |
|
5 |
# 浣跨敤鍙兘銇儮銉囥儷銇儶銈广儓
|
6 |
-
models = ["Qwen/Qwen2.5-7B-Instruct", "Qwen/Qwen2.5-14B
|
7 |
|
8 |
def respond(
|
9 |
message,
|
|
|
3 |
from modelscope.utils.constant import Tasks
|
4 |
|
5 |
# 浣跨敤鍙兘銇儮銉囥儷銇儶銈广儓
|
6 |
+
models = ["Qwen/Qwen2.5-7B-Instruct", "Qwen/Qwen2.5-14B", "Qwen/Qwen2.5-32B"]
|
7 |
|
8 |
def respond(
|
9 |
message,
|