Sanchit2207 commited on
Commit
37e8479
·
verified ·
1 Parent(s): ca7ba1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline, Conversation
3
  import gradio as gr
4
 
5
 
6
- chatbot = pipeline(model="microsoft/BioGPT", task="conversational")
7
 
8
  message_list = []
9
  response_list = []
 
3
  import gradio as gr
4
 
5
 
6
+ chatbot = pipeline(model="medicalai/MedFound-176B", task="conversational")
7
 
8
  message_list = []
9
  response_list = []