engrphoenix commited on
Commit
2ab0991
·
verified ·
1 Parent(s): 4691a27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import os
7
 
8
  # Initialize the Hugging Face pipelines for multiple models
9
  models = {
10
- "ClinicalGPT-base-zh": pipeline("text-generation", model="ClinicalGPT-base-zh"),
11
- "Medical-Llama3-v2": pipeline("text-generation", model="Medical-Llama3-v2")
12
  }
13
 
14
  # Function to get medical diagnosis using all models
 
7
 
8
  # Initialize the Hugging Face pipelines for multiple models
9
  models = {
10
+ "ClinicalGPT-base-zh": pipeline("text-generation", model="ClinicalGPT-base-zh")
 
11
  }
12
 
13
  # Function to get medical diagnosis using all models