Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ def generate_voice(text, voice_name):
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
# Login function for authentication
|
28 |
-
def custom_auth(
|
29 |
-
return password == "
|
30 |
|
31 |
|
32 |
badges = """
|
@@ -115,7 +115,7 @@ description = """
|
|
115 |
</style>
|
116 |
|
117 |
<div class="notification">
|
118 |
-
Welcome to
|
119 |
</div>
|
120 |
|
121 |
"""
|
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
# Login function for authentication
|
28 |
+
def custom_auth(password):
|
29 |
+
return password == "aitutor"
|
30 |
|
31 |
|
32 |
badges = """
|
|
|
115 |
</style>
|
116 |
|
117 |
<div class="notification">
|
118 |
+
Welcome to Text to Voice, single foundational model supporting 28 languages including: English, Chinese, Spanish, Hindi, Portuguese, French, German, Japanese, Arabic, Korean, Indonesian, Italian, Dutch, Turkish, Polish, Swedish, Filipino, Malay, Romanian, Ukrainian, Greek, Czech, Danish, Finnish, Bulgarian, Croatian, Slovak, and Tamil.
|
119 |
</div>
|
120 |
|
121 |
"""
|