Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ examples = [["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"]
|
|
97 |
app = gr.Blocks()
|
98 |
with app:
|
99 |
gr.Markdown("# **<h3 align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining<h3>**")
|
100 |
-
gr.Markdown("
|
101 |
)
|
102 |
with gr.Row():
|
103 |
with gr.Column():
|
|
|
97 |
app = gr.Blocks()
|
98 |
with app:
|
99 |
gr.Markdown("# **<h3 align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining<h3>**")
|
100 |
+
gr.Markdown("# **<<h5><a href='https://twitter.com/kadirnar_ai' target='_blank'>twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>linkedin</a> |<h5>**""
|
101 |
)
|
102 |
with gr.Row():
|
103 |
with gr.Column():
|