cahya commited on
Commit
eedab3c
1 Parent(s): c112fa8

update link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ MODEL_NAME = "cahya/whisper-medium-id" #this always needs to stay in line 8 :D s
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 = "This application uses [indonesian Whisperer Medium](https://huggingface.co/cahya/whisper-medium-id) model"
17
  badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
18
 
19
  device = 0 if torch.cuda.is_available() else "cpu"
 
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 = "This application uses [Indonesian Whisperer Medium](https://huggingface.co/cahya/whisper-medium-id) model"
17
  badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
18
 
19
  device = 0 if torch.cuda.is_available() else "cpu"