Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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:
|
| 152 |
with gr.Column(scale=8):
|
| 153 |
# Use Markdown for title and description
|
| 154 |
gr.Markdown(
|
| 155 |
"""
|
| 156 |
-
<h1 style="font-size:
|
| 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 |
|