Update app_rvc.py
Browse files- app_rvc.py +3 -3
app_rvc.py
CHANGED
@@ -1474,7 +1474,7 @@ class SoniTranslate(SoniTrCache):
|
|
1474 |
return output
|
1475 |
|
1476 |
|
1477 |
-
title = "<center><strong><font size='7'>📽️ SpeechTech
|
1478 |
|
1479 |
|
1480 |
def create_gui(theme, logs_in_gui=False):
|
@@ -2050,14 +2050,14 @@ def create_gui(theme, logs_in_gui=False):
|
|
2050 |
):
|
2051 |
HFKEY = gr.Textbox(
|
2052 |
visible=True,
|
2053 |
-
label="
|
2054 |
info=lg_conf["ht_token_info"],
|
2055 |
placeholder=lg_conf["ht_token_ph"],
|
2056 |
)
|
2057 |
else:
|
2058 |
HFKEY = gr.Textbox(
|
2059 |
visible=False,
|
2060 |
-
label="
|
2061 |
info=lg_conf["ht_token_info"],
|
2062 |
placeholder=lg_conf["ht_token_ph"],
|
2063 |
)
|
|
|
1474 |
return output
|
1475 |
|
1476 |
|
1477 |
+
title = "<center><strong><font size='7'>📽️ SpeechTech Translate</font></strong></center>"
|
1478 |
|
1479 |
|
1480 |
def create_gui(theme, logs_in_gui=False):
|
|
|
2050 |
):
|
2051 |
HFKEY = gr.Textbox(
|
2052 |
visible=True,
|
2053 |
+
label="ST Token",
|
2054 |
info=lg_conf["ht_token_info"],
|
2055 |
placeholder=lg_conf["ht_token_ph"],
|
2056 |
)
|
2057 |
else:
|
2058 |
HFKEY = gr.Textbox(
|
2059 |
visible=False,
|
2060 |
+
label="ST Token",
|
2061 |
info=lg_conf["ht_token_info"],
|
2062 |
placeholder=lg_conf["ht_token_ph"],
|
2063 |
)
|