Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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
|
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 |
"""
|