kritias commited on
Commit
13112a7
1 Parent(s): 2e58c38
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -101,8 +101,8 @@ if __name__ == '__main__':
101
  app = gr.Blocks(css=css)
102
 
103
  with app:
104
- # gr.Markdown("# Blue Archive Yuuka TTS Using Vits Model\n"
105
- # "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=kdrkdrkdr.ShirokoTTS)\n\n")
106
 
107
  for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
108
  to_phoneme_fn) in enumerate(models_tts):
@@ -150,4 +150,4 @@ if __name__ == '__main__':
150
  return [];
151
  }}""")
152
 
153
- app.queue(concurrency_count=3).launch(show_api=False)
 
101
  app = gr.Blocks(css=css)
102
 
103
  with app:
104
+ gr.Markdown("# Blue Archive Yuuka TTS Using Vits Model\n"
105
+ "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=kritiasdev1.Yuuka_TTS)\n\n")
106
 
107
  for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
108
  to_phoneme_fn) in enumerate(models_tts):
 
150
  return [];
151
  }}""")
152
 
153
+ app.queue(concurrency_count=5).launch(show_api=False)