update requirements to include transformers
Browse files- interface.py +0 -3
- requirements.txt +1 -0
interface.py
CHANGED
@@ -35,9 +35,6 @@ def create_interface():
|
|
35 |
gr.Markdown("# Persian Speech Suite: GE2PE & TTS\n" "A unified playground for Persian grapheme‑to‑phoneme conversion (GE2PE) **and** text‑to‑speech synthesis (Mana TTS).")
|
36 |
|
37 |
with gr.Tabs():
|
38 |
-
# -----------------------------------------------------------------
|
39 |
-
# Tab 1: GE2PE (Grapheme → Phoneme)
|
40 |
-
# -----------------------------------------------------------------
|
41 |
with gr.TabItem("Grapheme → Phoneme (GE2PE)"):
|
42 |
gr.Markdown("Convert Persian text to its phonemic transcription. Choose between **Homo‑GE2PE** and **Homo‑T5**, optionally applying short‑vowel rules and/or a custom dictionary.")
|
43 |
|
|
|
35 |
gr.Markdown("# Persian Speech Suite: GE2PE & TTS\n" "A unified playground for Persian grapheme‑to‑phoneme conversion (GE2PE) **and** text‑to‑speech synthesis (Mana TTS).")
|
36 |
|
37 |
with gr.Tabs():
|
|
|
|
|
|
|
38 |
with gr.TabItem("Grapheme → Phoneme (GE2PE)"):
|
39 |
gr.Markdown("Convert Persian text to its phonemic transcription. Choose between **Homo‑GE2PE** and **Homo‑T5**, optionally applying short‑vowel rules and/or a custom dictionary.")
|
40 |
|
requirements.txt
CHANGED
@@ -17,3 +17,4 @@ visdom
|
|
17 |
webrtcvad
|
18 |
|
19 |
unidecode
|
|
|
|
17 |
webrtcvad
|
18 |
|
19 |
unidecode
|
20 |
+
transformers
|