vision-arena / index.html
yuchenlin's picture
Update index.html
3d647f8 verified
raw
history blame
No virus
378 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gradio App Iframe</title>
</head>
<body>
<iframe src="https://2f28005219dbccecc7.gradio.live/" width="100%" height="100%" style="border:none;">
Your browser does not support iframes.
</iframe>
</body>
</html>