jbatista79 commited on
Commit
4bc7d29
·
verified ·
1 Parent(s): 1363975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - தமிழ் (TA)")
26
  gr.Markdown("Realtime proof-of-concept demo for Tamil speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-17")
 
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 - தமிழ் (TA)")
26
  gr.Markdown("Realtime proof-of-concept demo for Tamil speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-17")