t2av_eval / frontend /index.html
Adithya Nayak
Deploy app to Hugging Face Space
2159212
Raw
History Blame Contribute Delete
220 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Video Evaluation UI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>