Spaces:
Running
Running
Update app.py
Browse files
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
|