silvesterjk commited on
Commit
a1ad15a
·
1 Parent(s): 67e41c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,11 +147,11 @@ with block:
147
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
148
  </svg>
149
  <h1 style="font-weight: 900; margin-bottom: 7px;">
150
- Whisper
151
  </h1>
152
  </div>
153
  <p style="margin-bottom: 10px; font-size: 94%">
154
- Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. This demo cuts audio after around 30 secs.
155
  </p>
156
  </div>
157
  """
 
147
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
148
  </svg>
149
  <h1 style="font-weight: 900; margin-bottom: 7px;">
150
+ Talking Yak
151
  </h1>
152
  </div>
153
  <p style="margin-bottom: 10px; font-size: 94%">
154
+ Speech to Text Engine
155
  </p>
156
  </div>
157
  """