Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the model locally
|
| 5 |
-
MODEL = "
|
| 6 |
|
| 7 |
print("🔄 Loading medical model locally...")
|
| 8 |
medical_tutor = pipeline(
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the model locally
|
| 5 |
+
MODEL = "Intelligent-Internet/II-Medical-8B"
|
| 6 |
|
| 7 |
print("🔄 Loading medical model locally...")
|
| 8 |
medical_tutor = pipeline(
|