Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,14 @@ def yt_transcribe(yt_url):
|
|
76 |
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
with gr.Tab("Transcribe Audio"):
|
82 |
gr.Markdown(
|
|
|
76 |
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
+
gr.HTML(
|
80 |
+
"""
|
81 |
+
<div style="text-align: center;">
|
82 |
+
<img src="thonburian-whisper-logo.png" alt="Thonburian Whisper Logo" style="width:300px; margin-bottom:20px;">
|
83 |
+
<h1>Thonburian Whisper Demo 🇹🇭</h1>
|
84 |
+
</div>
|
85 |
+
"""
|
86 |
+
)
|
87 |
|
88 |
with gr.Tab("Transcribe Audio"):
|
89 |
gr.Markdown(
|