shweaung commited on
Commit
c234aca
β€’
1 Parent(s): 28ab5cf

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. app_rvc.py +2 -9
app_rvc.py CHANGED
@@ -1474,7 +1474,7 @@ class SoniTranslate(SoniTrCache):
1474
  return output
1475
 
1476
 
1477
- title = "<center><strong><font size='7'>πŸ“½οΈ SoniTranslate 🈷️</font></strong></center>"
1478
 
1479
 
1480
  def create_gui(theme, logs_in_gui=False):
@@ -1486,14 +1486,7 @@ def create_gui(theme, logs_in_gui=False):
1486
  gr.Markdown(
1487
  """
1488
 
1489
- <details>
1490
- <summary style="font-size: 1.5em;">⚠️ Important ⚠️</summary>
1491
- <ul>
1492
- <li>πŸš€ This demo uses a zero GPU setup only for the transcription and diarization process. Everything else runs on the CPU. It is recommended to use videos no longer than 15 minutes. ⏳</li>
1493
- <li>❗ If you see `queue` when using this, it means another user is currently using it, and you need to wait until they are finished.</li>
1494
- <li>πŸ”’ Some functions are disabled, but if you duplicate this with a GPU and set the value in secrets "ZERO_GPU" to FALSE, you can use the app with full GPU acceleration. ⚑</li>
1495
- </ul>
1496
- </details>
1497
  """
1498
  )
1499
 
 
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):
 
1486
  gr.Markdown(
1487
  """
1488
 
1489
+
 
 
 
 
 
 
 
1490
  """
1491
  )
1492