Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface.launch(share=True)
|
|
21 |
with gr.Blocks() as app:
|
22 |
with gr.Row():
|
23 |
with gr.Column():
|
24 |
-
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
|
25 |
with gr.Column():
|
26 |
gr.Markdown("## Whisper Small Basque - Euskara (EU)")
|
27 |
gr.Markdown("Realtime proof-of-concept demo for Basque speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-13")
|
|
|
21 |
with gr.Blocks() as app:
|
22 |
with gr.Row():
|
23 |
with gr.Column():
|
24 |
+
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
|
25 |
with gr.Column():
|
26 |
gr.Markdown("## Whisper Small Basque - Euskara (EU)")
|
27 |
gr.Markdown("Realtime proof-of-concept demo for Basque speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-13")
|