Update app.py
Browse files
app.py
CHANGED
@@ -772,8 +772,12 @@ def upload_reference_audio():
|
|
772 |
|
773 |
# Validate reference word
|
774 |
reference_patterns = [
|
775 |
-
"mayap_a_abak", "mayap_a_ugtu", "mayap_a_gatpanapun",
|
776 |
-
|
|
|
|
|
|
|
|
|
777 |
]
|
778 |
|
779 |
if reference_word not in reference_patterns:
|
|
|
772 |
|
773 |
# Validate reference word
|
774 |
reference_patterns = [
|
775 |
+
"mayap_a_abak", "mayap_a_ugtu", "mayap_a_gatpanapun", "mayap_a_bengi", "komusta_ka", "malaus_ko_pu","malaus_kayu","agaganaka_da_ka", "pagdulapan_da_ka","kaluguran_da_ka","dakal_a_salamat","panapaya_mu_ku"
|
776 |
+
|
777 |
+
|
778 |
+
|
779 |
+
|
780 |
+
|
781 |
]
|
782 |
|
783 |
if reference_word not in reference_patterns:
|