tsi-org commited on
Commit
efc5319
·
1 Parent(s): 17ae24a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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(username, password):
29
- return password == "pixio"
30
 
31
 
32
  badges = """
@@ -115,7 +115,7 @@ description = """
115
  </style>
116
 
117
  <div class="notification">
118
- Welcome to AI Tutor 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
  """
 
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
  """