shweaung
commited on
Commit
β’
c234aca
1
Parent(s):
28ab5cf
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 |
|