pere commited on
Commit
210c7da
·
verified ·
1 Parent(s): 9de3ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,12 +148,12 @@ demo = gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secon
148
  with demo:
149
 
150
  with gr.Column():
151
- gr.HTML(f"<img src='file/Logonew.png' style='width:300px;'>")
152
  with gr.Column(scale=8):
153
  # Use Markdown for title and description
154
  gr.Markdown(
155
  """
156
- <h1 style="font-size: 4em;">NB-Whisper Demo</h1>
157
  """
158
  )
159
 
 
148
  with demo:
149
 
150
  with gr.Column():
151
+ gr.HTML(f"<img src='file/Logonew.png' style='width:190px;'>")
152
  with gr.Column(scale=8):
153
  # Use Markdown for title and description
154
  gr.Markdown(
155
  """
156
+ <h1 style="font-size: 3.5em;">NB-Whisper Demo</h1>
157
  """
158
  )
159