Spaces:
Runtime error
Runtime error
update link
Browse files
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 [
|
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"
|