Spaces:
Running
on
Zero
Running
on
Zero
Update app_demo.py
Browse files- app_demo.py +2 -3
app_demo.py
CHANGED
|
@@ -1492,7 +1492,7 @@ class SoniTranslate(SoniTrCache):
|
|
| 1492 |
return output
|
| 1493 |
|
| 1494 |
|
| 1495 |
-
title = "<center><strong><font size='7'>📽️ SoniTranslate
|
| 1496 |
|
| 1497 |
|
| 1498 |
def create_gui(theme, logs_in_gui=False):
|
|
@@ -1507,9 +1507,8 @@ def create_gui(theme, logs_in_gui=False):
|
|
| 1507 |
<details>
|
| 1508 |
<summary style="font-size: 1.5em;">⚠️ Important ⚠️</summary>
|
| 1509 |
<ul>
|
| 1510 |
-
<li>🚀 This demo
|
| 1511 |
<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>
|
| 1512 |
-
<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>
|
| 1513 |
</ul>
|
| 1514 |
</details>
|
| 1515 |
"""
|
|
|
|
| 1492 |
return output
|
| 1493 |
|
| 1494 |
|
| 1495 |
+
title = "<center><strong><font size='7'>📽️ SoniTranslate Demo 🈷️</font></strong></center>"
|
| 1496 |
|
| 1497 |
|
| 1498 |
def create_gui(theme, logs_in_gui=False):
|
|
|
|
| 1507 |
<details>
|
| 1508 |
<summary style="font-size: 1.5em;">⚠️ Important ⚠️</summary>
|
| 1509 |
<ul>
|
| 1510 |
+
<li>🚀 This demo is limited to videos of up to 11 minutes. ⏳</li>
|
| 1511 |
<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>
|
|
|
|
| 1512 |
</ul>
|
| 1513 |
</details>
|
| 1514 |
"""
|