imagesense / index.html
baimamboukar's picture
chore(version): update sdk version for gradio
8216e60
raw
history blame contribute delete
No virus
411 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Imagesense</title>
</head>
<body>
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/4.26.0/gradio.js"
></script>
<gradio-app src="https://baimamboukar-imagesense.hf.space"></gradio-app>
</body>
</html>