mohan696matlab
commited on
Commit
·
b3b17d2
1
Parent(s):
f57aae5
image added
Browse files
app.py
CHANGED
@@ -151,10 +151,9 @@ with gr.Blocks(theme=gr.themes.Citrus) as microphone:
|
|
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()
|
|
|
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 |
demo = microphone
|
159 |
demo.launch()
|