Bman21 commited on
Commit
abc2647
·
verified ·
1 Parent(s): f7ebb99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the model locally
5
- MODEL = "Locutusque/gpt2-large-medical"
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(