tts-service / web-root /index.html
jlopez00's picture
Upload folder using huggingface_hub
bbf5262 verified
raw
history blame contribute delete
558 Bytes
<!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>