Spaces:
Starting
on
T4
Starting
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,9 +101,14 @@ demo = gr.Blocks()
|
|
| 101 |
|
| 102 |
with demo:
|
| 103 |
with gr.Row():
|
| 104 |
-
gr.
|
| 105 |
-
|
| 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=[
|