Added urls
Browse files
app.py
CHANGED
@@ -4,7 +4,19 @@ import gradio as gr
|
|
4 |
|
5 |
models = [
|
6 |
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/hi.zip",
|
7 |
-
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/bn.zip"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
]
|
9 |
|
10 |
languages = {
|
|
|
4 |
|
5 |
models = [
|
6 |
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/hi.zip",
|
7 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/bn.zip",
|
8 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/as.zip",
|
9 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/brx.zip",
|
10 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/gu.zip",
|
11 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/kn.zip",
|
12 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/ml.zip",
|
13 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/mni.zip",
|
14 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/mr.zip",
|
15 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/or.zip",
|
16 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/pa.zip",
|
17 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/raj.zip",
|
18 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/ta.zip",
|
19 |
+
"https://github.com/AI4Bharat/Indic-TTS/releases/download/v1-checkpoints-release/te.zip"
|
20 |
]
|
21 |
|
22 |
languages = {
|