Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ conferences = '''
|
|
66 |
<tbody>
|
67 |
<tr>
|
68 |
<td style="text-align: left"><strong><em><a href="https://gdg.community.dev/events/details/google-gdg-cloud-kolkata-presents-google-io-extended-2023-by-gdg-cloud-kolkata/">Google I/O Extended 2023</a> by GDG Cloud Kolkata</em></strong><br><br>Saturday, August 19, 2023, 11:00 AM (IST)<br><br>Techno India University - Salt Lake Sector V, Kolkata, 700091</td>
|
69 |
-
<td style="text-align: center"><img src="https://raw.githubusercontent.com/rishiraj/rishiraj.github.io/main/assets/event4.jpg" alt=""
|
70 |
</tr>
|
71 |
</tbody>
|
72 |
</table>'''
|
@@ -86,7 +86,7 @@ def show_info(section):
|
|
86 |
with gr.Blocks() as app:
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
-
gr.Markdown("# Hi 👋, I'm
|
90 |
gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow 🤗 | GSoC '22 at TensorFlow 👨🏻🔬 | TFUG Kolkata Organizer 🎙️ | Kaggle Master 🧠 | Dynopii ML Engineer 👨🏻💻")
|
91 |
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.**")
|
92 |
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.**")
|
@@ -196,7 +196,7 @@ llm = gr.ChatInterface(
|
|
196 |
with gr.Blocks() as talks:
|
197 |
with gr.Row():
|
198 |
with gr.Column():
|
199 |
-
gr.Markdown("# Hi 👋, I'm
|
200 |
|
201 |
with gr.Row():
|
202 |
gr.HTML(value=conferences)
|
|
|
66 |
<tbody>
|
67 |
<tr>
|
68 |
<td style="text-align: left"><strong><em><a href="https://gdg.community.dev/events/details/google-gdg-cloud-kolkata-presents-google-io-extended-2023-by-gdg-cloud-kolkata/">Google I/O Extended 2023</a> by GDG Cloud Kolkata</em></strong><br><br>Saturday, August 19, 2023, 11:00 AM (IST)<br><br>Techno India University - Salt Lake Sector V, Kolkata, 700091</td>
|
69 |
+
<td style="text-align: center"><img src="https://raw.githubusercontent.com/rishiraj/rishiraj.github.io/main/assets/event4.jpg" alt=""></td>
|
70 |
</tr>
|
71 |
</tbody>
|
72 |
</table>'''
|
|
|
86 |
with gr.Blocks() as app:
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
+
gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)")
|
90 |
gr.Markdown("## Google Developer Expert in ML ✨ | Hugging Face Fellow 🤗 | GSoC '22 at TensorFlow 👨🏻🔬 | TFUG Kolkata Organizer 🎙️ | Kaggle Master 🧠 | Dynopii ML Engineer 👨🏻💻")
|
91 |
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.**")
|
92 |
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.**")
|
|
|
196 |
with gr.Blocks() as talks:
|
197 |
with gr.Row():
|
198 |
with gr.Column():
|
199 |
+
gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)")
|
200 |
|
201 |
with gr.Row():
|
202 |
gr.HTML(value=conferences)
|