tsi-org commited on
Commit
84bfa6f
·
1 Parent(s): 319ac54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,10 +49,10 @@ description = """
49
  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. Sign up on [ElevenLabs](https://elevenlabs.io) to get fast access, long-form generation, voice cloning, API keys, and more!
50
  """
51
 
52
- # with gr.Blocks() as block:
53
- # gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](https://elevenlabs.io)')
54
- # gr.Markdown(badges)
55
- # gr.Markdown(description)
56
 
57
  input_text = gr.Textbox(
58
  label="Input Text (250 characters max)",
 
49
  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. Sign up on [ElevenLabs](https://elevenlabs.io) to get fast access, long-form generation, voice cloning, API keys, and more!
50
  """
51
 
52
+ with gr.Blocks() as block:
53
+ gr.Markdown('')
54
+ gr.Markdown(badges)
55
+ gr.Markdown(description)
56
 
57
  input_text = gr.Textbox(
58
  label="Input Text (250 characters max)",