<!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>