titipata commited on
Commit
03953b6
1 Parent(s): 49e1657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -76,7 +76,14 @@ def yt_transcribe(yt_url):
76
 
77
 
78
  with gr.Blocks() as demo:
79
- gr.Markdown(f"# Whisper Demo Thai 🇹🇭")
 
 
 
 
 
 
 
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(