Spaces:
Running
Running
ORI-Muchim
commited on
Commit
•
b3f62b8
1
Parent(s):
bae2ee4
Update app.py
Browse files
app.py
CHANGED
@@ -54,14 +54,7 @@ def create_to_phoneme_fn(hps):
|
|
54 |
|
55 |
return to_phoneme_fn
|
56 |
|
57 |
-
|
58 |
-
def to_symbol_fn(is_symbol_input, input_text, temp_text):
|
59 |
-
return (_clean_text(input_text, hps.data.text_cleaners), input_text) if is_symbol_input \
|
60 |
-
else (temp_text, temp_text)
|
61 |
-
|
62 |
-
return to_symbol_fn
|
63 |
-
|
64 |
-
|
65 |
css = """
|
66 |
#advanced-btn {
|
67 |
color: white;
|
|
|
54 |
|
55 |
return to_phoneme_fn
|
56 |
|
57 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
css = """
|
59 |
#advanced-btn {
|
60 |
color: white;
|