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 = "
|
17 |
badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
|
18 |
|
19 |
device = 0 if torch.cuda.is_available() else "cpu"
|
@@ -91,7 +91,7 @@ with gr.Blocks() as blocks:
|
|
91 |
"""
|
92 |
gr.Markdown(system_status)
|
93 |
gr.Markdown("<center>"
|
94 |
-
+f'<img src={badge} alt="visitors badge"
|
95 |
+"</center>")
|
96 |
|
97 |
# actions
|
|
|
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"
|
|
|
91 |
"""
|
92 |
gr.Markdown(system_status)
|
93 |
gr.Markdown("<center>"
|
94 |
+
+f'<a href="https://github.com/cahya-wirawan/indonesian-whisperer"><img src={badge} alt="visitors badge"/></a>'
|
95 |
+"</center>")
|
96 |
|
97 |
# actions
|