rishiraj commited on
Commit
28d160a
Β·
verified Β·
1 Parent(s): b758aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ 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("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
  with gr.Column():
29
  gr.Image("profile.png")
30
 
 
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.HTML(value='<h3 align="left">Connect with me:</h3> <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> <a href="https://linkedin.com/in/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="rishirajacharya" height="30" width="40" /></a> <a href="https://kaggle.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/kaggle.svg" alt="rishirajacharya" height="30" width="40" /></a> <a href="https://fb.com/acharyarishiraj" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="acharyarishiraj" height="30" width="40" /></a> <a href="https://instagram.com/rishirajacharya" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="rishirajacharya" height="30" width="40" /></a> </p>')
29
  with gr.Column():
30
  gr.Image("profile.png")
31