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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with demo:
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
  """
 
104
  gr.Markdown(
105
  f"""
106
  <div style="display: flex; align-items: center;">
107
+ <img src="file={logo_path}" width="100" style="margin-right: 20px;" />
108
  <h1 style="font-size: 3em;">NB-Whisper Demo</h1>
109
  </div>
110
  """