AngelinaZanardi commited on
Commit
5610313
·
verified ·
1 Parent(s): f9285e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -101,9 +101,14 @@ demo = gr.Blocks()
101
 
102
  with demo:
103
  with gr.Row():
104
- gr.Image(value=logo_path, type="filepath", label=None, width=150, interactive=False)
105
- gr.Markdown("NB-Whisper Demo")
106
-
 
 
 
 
 
107
  mf_transcribe = gr.Interface(
108
  fn=transcribe,
109
  inputs=[
 
101
 
102
  with demo:
103
  with gr.Row():
104
+ gr.Markdown(
105
+ f"""
106
+ <div style="display: flex; align-items: center;">
107
+ <img src="file/{logo_path}" alt="Logo" width="100" style="margin-right: 20px;" />
108
+ <h1 style="font-size: 3em;">NB-Whisper Demo</h1>
109
+ </div>
110
+ """
111
+ )
112
  mf_transcribe = gr.Interface(
113
  fn=transcribe,
114
  inputs=[