katielink commited on
Commit
9b9e76a
β€’
1 Parent(s): a2d1e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ pipe_biogpt = pipeline("text-generation", model="microsoft/biogpt-large")
9
 
10
  title = "BioGPT Demo"
11
  description = """
12
- Check out the [BioGPT model card](https://huggingface.co/microsoft/biogpt) for more info.
13
  **Disclaimer:** this demo was made for research purposes only and should not be used for medical purposes.
14
  """
15
 
 
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.
14
  """
15