Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,13 +93,9 @@ examples = [
|
|
93 |
["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"]
|
94 |
]
|
95 |
|
96 |
-
title = "M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining"
|
97 |
-
|
98 |
-
description = "BioGPT is a domain-specific generative pre-trained Transformer language model for biomedical text generation and mining. BioGPT follows the Transformer language model backbone, and is pre-trained on 15M PubMed abstracts from scratch. Github: github.com/microsoft/BioGPT Paper: https://arxiv.org/abs/2210.10341"
|
99 |
-
|
100 |
app = gr.Blocks()
|
101 |
with app:
|
102 |
-
gr.Markdown("# **<p align='center'>
|
103 |
gr.Markdown(
|
104 |
"""
|
105 |
<p style='text-align: center'>
|
|
|
93 |
["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"]
|
94 |
]
|
95 |
|
|
|
|
|
|
|
|
|
96 |
app = gr.Blocks()
|
97 |
with app:
|
98 |
+
gr.Markdown("# **<p align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining</p>**")
|
99 |
gr.Markdown(
|
100 |
"""
|
101 |
<p style='text-align: center'>
|