jbatista79 commited on
Commit
ce8a640
1 Parent(s): 56ae322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
12
  # inputs=gr.Audio(source="microphone", type="filepath"),
13
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
14
  outputs="text",
15
- title="Whisper Small Hindi - JRB",
16
  description="Realtime proof-of-concept demo for Hindi speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-13",
17
  )
18
 
 
12
  # inputs=gr.Audio(source="microphone", type="filepath"),
13
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
14
  outputs="text",
15
+ title="Whisper Small Hindi - हिन्दी (HI)",
16
  description="Realtime proof-of-concept demo for Hindi speech recognition using a fine-tuned Whisper small model. Created by Josué R. Batista - 2024-01-13",
17
  )
18