Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,9 +96,15 @@ examples = [["COVID-19 is", biogpt_model_list[0], lang_model_list[1], "English"]
|
|
96 |
|
97 |
app = gr.Blocks()
|
98 |
with app:
|
99 |
-
gr.Markdown("# **<
|
100 |
-
gr.Markdown(
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
with gr.Row():
|
103 |
with gr.Column():
|
104 |
with gr.Tab("Text"):
|
|
|
96 |
|
97 |
app = gr.Blocks()
|
98 |
with app:
|
99 |
+
gr.Markdown("# **<p align='center'>Whisper + M2M100 + BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining</p>**")
|
100 |
+
gr.Markdown(
|
101 |
+
"""
|
102 |
+
<p style='text-align: center'>
|
103 |
+
Follow me for more!
|
104 |
+
<br> <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> |
|
105 |
+
</p>
|
106 |
+
"""
|
107 |
+
)
|
108 |
with gr.Row():
|
109 |
with gr.Column():
|
110 |
with gr.Tab("Text"):
|