Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,15 +59,17 @@ def tts(text: str,model_name: str):
|
|
59 |
description="""
|
60 |
This is a demo of persian text to speech model.
|
61 |
|
62 |
-
|
63 |
-
https://huggingface.co/Kamtera/persian-tts-female-vits
|
64 |
-
https://huggingface.co/Kamtera/persian-tts-male-vits
|
65 |
-
https://huggingface.co/Kamtera/persian-tts-male-glow_tts
|
66 |
-
https://huggingface.co/Kamtera/persian-tts-female-glow_tts
|
67 |
|
68 |
-
Models
|
69 |
-
https://
|
70 |
-
https://
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
|
|
|
59 |
description="""
|
60 |
This is a demo of persian text to speech model.
|
61 |
|
62 |
+
**Github : https://github.com/karim23657/Persian-tts-coqui **
|
|
|
|
|
|
|
|
|
63 |
|
64 |
+
Models can be found here: <br>
|
65 |
+
https://huggingface.co/Kamtera/persian-tts-female-vits <br>
|
66 |
+
https://huggingface.co/Kamtera/persian-tts-male-vits <br>
|
67 |
+
https://huggingface.co/Kamtera/persian-tts-male-glow_tts <br>
|
68 |
+
https://huggingface.co/Kamtera/persian-tts-female-glow_tts <br>
|
69 |
+
|
70 |
+
Models trained on these datasets : <br>
|
71 |
+
https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset <br>
|
72 |
+
https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale <br>
|
73 |
|
74 |
|
75 |
|