pollitoconpapass commited on
Commit
29f6727
·
verified ·
1 Parent(s): 97b12f6

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
  fn=transcribe,
13
  inputs=gr.Audio(type="filepath"),
14
  outputs="text",
15
- title="Whisper Small Demo - ZLTech",
16
  description='''
17
  Realtime demo of speech recognition fine-tuned using Whisper small model. New implementation: Quechua language.
18
 
 
12
  fn=transcribe,
13
  inputs=gr.Audio(type="filepath"),
14
  outputs="text",
15
+ title="Whisper Small Demo - Cuzco Quechua",
16
  description='''
17
  Realtime demo of speech recognition fine-tuned using Whisper small model. New implementation: Quechua language.
18