miso1234456 commited on
Commit
528cf10
·
verified ·
1 Parent(s): 8f4f10c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Set up the pipeline
5
- pipe = pipeline("text-generation", model="Flmc/DISC-MedLLM", trust_remote_code=True)
 
6
 
7
  # Define the function for generating responses
8
  def generate_response(input_text):
 
2
  from transformers import pipeline
3
 
4
  # Set up the pipeline
5
+ med_pipe = pipeline("text-generation", model="OpenBioLLM-70B", trust_remote_code=True)
6
+
7
 
8
  # Define the function for generating responses
9
  def generate_response(input_text):