shweaung
commited on
Update app_rvc.py
Browse files- 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'>📽️
|
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 |
-
|
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 |
|