Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,10 @@ with gr.Blocks() as app:
|
|
24 |
with gr.Column():
|
25 |
gr.Markdown("# Hi π, I'm Rishiraj Acharya (ΰ¦ΰ¦·ΰ¦Ώΰ¦°ΰ¦Ύΰ¦ ΰ¦ΰ¦ΰ¦Ύΰ¦°ΰ§ΰ¦―ΰ§ΰ¦―)")
|
26 |
gr.Markdown("## Google Developer Expert in ML β¨ | Hugging Face Fellow π€ | GSoC '22 at TensorFlow π¨π»βπ¬ | TFUG Kolkata Organizer ποΈ | Kaggle Master π§ | Dynopii ML Engineer π¨π»βπ»")
|
27 |
-
gr.Markdown("
|
28 |
gr.Markdown("π« How to reach me **[[email protected]](mailto:[email protected])**")
|
29 |
gr.Markdown("β‘ Fun fact **Iβm a national level Chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
|
30 |
-
gr.HTML(value='<a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a>')
|
31 |
with gr.Column():
|
32 |
gr.Image("profile.png")
|
33 |
|
|
|
24 |
with gr.Column():
|
25 |
gr.Markdown("# Hi π, I'm Rishiraj Acharya (ΰ¦ΰ¦·ΰ¦Ώΰ¦°ΰ¦Ύΰ¦ ΰ¦ΰ¦ΰ¦Ύΰ¦°ΰ§ΰ¦―ΰ§ΰ¦―)")
|
26 |
gr.Markdown("## Google Developer Expert in ML β¨ | Hugging Face Fellow π€ | GSoC '22 at TensorFlow π¨π»βπ¬ | TFUG Kolkata Organizer ποΈ | Kaggle Master π§ | Dynopii ML Engineer π¨π»βπ»")
|
27 |
+
gr.Markdown("**I work with natural language understanding, machine translation, named entity recognition, question answering, topic segmentation, and automatic speech recognition. My work typically relies on very large quantities of data and innovative methods in deep learning to tackle user challenges around the world β in languages from around the world. My areas of work include Natural Language Engineering, Language Modeling, Text-to-Speech Software Engineering, Speech Frameworks Engineering, Data Science, and Research.**")
|
28 |
gr.Markdown("π« How to reach me **[[email protected]](mailto:[email protected])**")
|
29 |
gr.Markdown("β‘ Fun fact **Iβm a national level Chess player, a swimming champion and I can lecture for hours on the outer reaches of space and the craziness of astrophysics.**")
|
30 |
+
gr.HTML(value='<p align="center"><a href="https://twitter.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg" alt="rishirajacharya" height="30" width="40" /></a></p>')
|
31 |
with gr.Column():
|
32 |
gr.Image("profile.png")
|
33 |
|