katielink commited on
Commit
5c5a123
β€’
1 Parent(s): 9b0d989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ examples = [['COVID-19 is'],['A 65-year-old female patient with a past medical h
7
 
8
  pipe_biogpt = pipeline("text-generation", model="microsoft/biogpt-large")
9
 
10
- title = "BioGPT Demo"
11
  description = """
12
  Check out the [BioGPT-Large model card](https://huggingface.co/microsoft/biogpt-large) for more info.
13
  **Disclaimer:** this demo was made for research purposes only and should not be used for medical purposes.
 
7
 
8
  pipe_biogpt = pipeline("text-generation", model="microsoft/biogpt-large")
9
 
10
+ title = "BioGPT-Large Demo"
11
  description = """
12
  Check out the [BioGPT-Large model card](https://huggingface.co/microsoft/biogpt-large) for more info.
13
  **Disclaimer:** this demo was made for research purposes only and should not be used for medical purposes.