Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|