Spaces:
Running
Running
File size: 489 Bytes
90df5cc 2f0b206 90df5cc 2f0b206 02d30ef 9ccf563 02d30ef 90df5cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Audio Arena</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- <h1>Audio Language Model Arena</h1>-->
<div style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<iframe src="https://audio-arena.openbmb.cn" width="2048" height="800" frameborder="0" allow="microphone"></iframe>
</div>
</body>
</html>
|