RO-Rtechs commited on
Commit
7030687
1 Parent(s): 6731265

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. app_rvc.py +4 -4
app_rvc.py CHANGED
@@ -672,7 +672,7 @@ class SoniTranslate(SoniTrCache):
672
  raise RuntimeError(
673
  "The audio is too long to process in this demo. Alternatively, you"
674
  " can install the app locally or use the Colab notebook available "
675
- "in the SoniTranslate repository."
676
  )
677
  elif duration_verify > 300:
678
  tts_voices_list = [
@@ -687,7 +687,7 @@ class SoniTranslate(SoniTrCache):
687
  "XTTS is too slow to be used for audio longer than 5 "
688
  "minutes in this demo. Alternatively, you can install "
689
  "the app locally or use the Colab notebook available in"
690
- " the SoniTranslate repository."
691
  )
692
 
693
  if not self.task_in_cache("refine_vocals", [vocal_refinement], {}):
@@ -1342,7 +1342,7 @@ class SoniTranslate(SoniTrCache):
1342
  "This option is disabled in this demo. "
1343
  "Alternatively, you can install "
1344
  "the app locally or use the Colab notebook available in"
1345
- " the SoniTranslate repository."
1346
  )
1347
 
1348
  if "videobook" in output_type:
@@ -1477,7 +1477,7 @@ class SoniTranslate(SoniTrCache):
1477
  return output
1478
 
1479
 
1480
- title = "<center><strong><font size='7'>📽️ SoniTranslate 🈷️</font></strong></center>"
1481
 
1482
 
1483
  def create_gui(theme, logs_in_gui=False):
 
672
  raise RuntimeError(
673
  "The audio is too long to process in this demo. Alternatively, you"
674
  " can install the app locally or use the Colab notebook available "
675
+ "in the Aleph Weo Webeta repository."
676
  )
677
  elif duration_verify > 300:
678
  tts_voices_list = [
 
687
  "XTTS is too slow to be used for audio longer than 5 "
688
  "minutes in this demo. Alternatively, you can install "
689
  "the app locally or use the Colab notebook available in"
690
+ " the Aleph Weo Webeta repository."
691
  )
692
 
693
  if not self.task_in_cache("refine_vocals", [vocal_refinement], {}):
 
1342
  "This option is disabled in this demo. "
1343
  "Alternatively, you can install "
1344
  "the app locally or use the Colab notebook available in"
1345
+ " the Aleph Weo Webeta repository."
1346
  )
1347
 
1348
  if "videobook" in output_type:
 
1477
  return output
1478
 
1479
 
1480
+ title = "<center><strong><font size='7'>📽️ Aleph Weo Webeta ✝️</font></strong></center>"
1481
 
1482
 
1483
  def create_gui(theme, logs_in_gui=False):