scott12355 commited on
Commit
49fe2a7
·
verified ·
1 Parent(s): ca03f91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ print(device)
12
 
13
 
14
 
15
- modelName = "Qwen/Qwen2.5-1.5B-Instruct" #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
 
 
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