Bman21 commited on
Commit
cb3fda4
·
verified ·
1 Parent(s): 4360b77

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 = "microsoft/DialoGPT-small"
6
 
7
  print("🔄 Loading medical model locally...")
8
  medical_tutor = pipeline(
 
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(