rishiraj commited on
Commit
9fba804
1 Parent(s): f0c500f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -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 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.**")
@@ -187,14 +187,14 @@ llm = gr.ChatInterface(
187
  fn=generate,
188
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
189
  additional_inputs=additional_inputs,
190
- title=gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)"),
191
  examples=examples,
192
  concurrency_limit=20,
193
  )
194
 
195
  # Creating Gradio Interface
196
  with gr.Blocks() as talks:
197
- gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)")
198
  gr.HTML(value=conferences)
199
 
200
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])
 
86
  with gr.Blocks() as app:
87
  with gr.Row():
88
  with gr.Column():
89
+ gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
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.**")
 
187
  fn=generate,
188
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
189
  additional_inputs=additional_inputs,
190
+ title="Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)",
191
  examples=examples,
192
  concurrency_limit=20,
193
  )
194
 
195
  # Creating Gradio Interface
196
  with gr.Blocks() as talks:
197
+ gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
198
  gr.HTML(value=conferences)
199
 
200
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])