AudioArena / index.html
shiqundong
update
8082fe1
raw
history blame
368 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>audio language model arena</h1>
<iframe src="https://audio-arena.openbmb.cn" width="100%" height="100%" frameborder="0"></iframe>
</body>
</html>