shweaung commited on
Commit
737aee4
1 Parent(s): c234aca

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. 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 Video Translate</font></strong></center>"
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="HF 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="HF Token",
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
  )