Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ print(device)
|
|
12 |
|
13 |
|
14 |
|
15 |
-
modelName = "Qwen
|
16 |
chatbot_model = pipeline("text-generation", model=modelName, device=device, batch_size=16)
|
17 |
sentiment_model = pipeline("sentiment-analysis", device=device)
|
18 |
|
|
|
12 |
|
13 |
|
14 |
|
15 |
+
modelName = "scott12355/Qwen-Menatl-Health-3BV2" #Qwen/Qwen2.5-1.5B-Instruct
|
16 |
chatbot_model = pipeline("text-generation", model=modelName, device=device, batch_size=16)
|
17 |
sentiment_model = pipeline("sentiment-analysis", device=device)
|
18 |
|