Spaces:
Runtime error
Runtime error
add counter
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ title = "Indonesian Whisperer"
|
|
34 |
description = "Cross Language Speech to Speech (Indonesian/English to 25 other languages) using OpenAI Whisper and Coqui TTS"
|
35 |
info = "This application uses [Indonesian Whisperer Medium](https://huggingface.co/cahya/whisper-medium-id) model"
|
36 |
badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
|
|
|
37 |
|
38 |
languages = {
|
39 |
'English': 'en',
|
@@ -151,7 +152,7 @@ with gr.Blocks() as blocks:
|
|
151 |
gr.Markdown(info)
|
152 |
gr.Markdown("<center>"
|
153 |
+ f'<a href="https://github.com/cahya-wirawan/indonesian-whisperer"><img src={badge} alt="visitors badge"/></a>'
|
154 |
-
+ f'
|
155 |
+ "</center>")
|
156 |
|
157 |
# actions
|
|
|
34 |
description = "Cross Language Speech to Speech (Indonesian/English to 25 other languages) using OpenAI Whisper and Coqui TTS"
|
35 |
info = "This application uses [Indonesian Whisperer Medium](https://huggingface.co/cahya/whisper-medium-id) model"
|
36 |
badge = "https://img.shields.io/badge/Powered%20by-Indonesian%20Whisperer-red"
|
37 |
+
visitors = "https://visitor-badge.glitch.me/badge?page_id=cahya-hf-indonesian-whisperer"
|
38 |
|
39 |
languages = {
|
40 |
'English': 'en',
|
|
|
152 |
gr.Markdown(info)
|
153 |
gr.Markdown("<center>"
|
154 |
+ f'<a href="https://github.com/cahya-wirawan/indonesian-whisperer"><img src={badge} alt="visitors badge"/></a>'
|
155 |
+
+ f'<img src={visitors} alt="visitors badge"/>'
|
156 |
+ "</center>")
|
157 |
|
158 |
# actions
|