cahya commited on
Commit
e9872f9
1 Parent(s): d0a19ad

update readme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ from mtranslate import translate
12
  MODEL_NAME = "cahya/whisper-medium-id" #this always needs to stay in line 8 :D sorry for the hackiness
13
  lang = "id"
14
  title = "Indonesian Whisperer"
15
- description = "Cross Language Speech to Speech using OpenAI Whisper and Coqui TTS"
16
- info = "more info at [indonesian Whisperer](https://github.com/cahya-wirawan/indonesian-whisperer)"
17
  badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
18
 
19
  device = 0 if torch.cuda.is_available() else "cpu"
 
12
  MODEL_NAME = "cahya/whisper-medium-id" #this always needs to stay in line 8 :D sorry for the hackiness
13
  lang = "id"
14
  title = "Indonesian Whisperer"
15
+ description = "Cross Language Speech to Speech (Indonesian/English to 25 other languages) using OpenAI Whisper and Coqui TTS"
16
+ info = "More info at [indonesian Whisperer](https://github.com/cahya-wirawan/indonesian-whisperer)"
17
  badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
18
 
19
  device = 0 if torch.cuda.is_available() else "cpu"