cstr commited on
Commit
33e69cd
1 Parent(s): 72c9c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Translate datasets
3
  emoji: 🌖
4
  colorFrom: gray
5
  colorTo: pink
@@ -14,6 +14,6 @@ hf_oauth_scopes:
14
  - write-repos
15
  - manage-repos
16
  ---
17
- This translates english datasets to German with wmt21.
18
 
19
- It is yet a prototype. As soon as it works, we could add further dataset types and languages.
 
1
  ---
2
+ title: Transcribe Audio
3
  emoji: 🌖
4
  colorFrom: gray
5
  colorTo: pink
 
14
  - write-repos
15
  - manage-repos
16
  ---
17
+ This transcribes audio using Faster Whisper v3 turbo int8.
18
 
19
+ It is yet a prototype.