File size: 558 Bytes
bbf5262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="Description of the page" />
    <meta name="author" content="Author Name" />
    <script
      type="module"
      src="https://gradio.s3-us-west-2.amazonaws.com/4.43.0/gradio.js"
    ></script>
    <title>TTS Playground</title>
  </head>
  <body style="background-color: black">
    <gradio-app src="https://jlopez00-tts-service.hf.space"></gradio-app>
  </body>
</html>