Spaces:
Sleeping
Sleeping
jbatista79
commited on
Commit
•
8d6fdd4
1
Parent(s):
5c4b4e2
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface.launch(share=True)
|
|
20 |
with gr.Blocks() as app:
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
23 |
-
gr.Image(value="lion-face-outline-cut-hi-strategia-black-strategia01-300x77.png", width=300, show_label=False, show_download_button=False) # Adjust width as needed
|
24 |
with gr.Column():
|
25 |
gr.Markdown("## Whisper Small Spanish - Español (ES)")
|
26 |
gr.Markdown("Realtime proof-of-concept demo for Spanish speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-14")
|
|
|
20 |
with gr.Blocks() as app:
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
23 |
+
gr.Image(value="lion-face-outline-cut-hi-strategia-black-strategia01-300x77.png", width=300, show_label=False, show_download_button=False, show_share_button=False) # Adjust width as needed
|
24 |
with gr.Column():
|
25 |
gr.Markdown("## Whisper Small Spanish - Español (ES)")
|
26 |
gr.Markdown("Realtime proof-of-concept demo for Spanish speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-14")
|