mohan696matlab
commited on
Commit
·
a2234e3
1
Parent(s):
6b771a9
new app
Browse files
app.py
CHANGED
@@ -141,6 +141,20 @@ with gr.Blocks(theme=gr.themes.Citrus) as microphone:
|
|
141 |
clear_button.click(clear_state, outputs=[state]).then(clear, outputs=[output])
|
142 |
clear_api_key_button.click(clear_api_key, outputs=[api_key_box])
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
demo = microphone
|
146 |
demo.launch()
|
|
|
141 |
clear_button.click(clear_state, outputs=[state]).then(clear, outputs=[output])
|
142 |
clear_api_key_button.click(clear_api_key, outputs=[api_key_box])
|
143 |
|
144 |
+
gr.Markdown(
|
145 |
+
"""
|
146 |
+
---
|
147 |
+
|
148 |
+
### 👋 Who am I?
|
149 |
+
|
150 |
+
I'm **Dr. Mohan Dash**, a PhD in Artificial Intelligence and an AI Research Engineer.
|
151 |
+
I run a YouTube channel called **[Intelligent Machines](https://www.youtube.com/@Mohankumardash)** where I share practical tutorials and insights on building real-world AI applications.
|
152 |
+
|
153 |
+
If you find this app useful, you'll definitely enjoy the tutorials and breakdowns I post there.
|
154 |
+
"""
|
155 |
+
)
|
156 |
+
|
157 |
+
|
158 |
|
159 |
demo = microphone
|
160 |
demo.launch()
|