picscore1 / index.html
TenPoisk
Update index.html
1fe0eef
raw
history blame contribute delete
No virus
440 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>PicScore</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/3.11.0/gradio.js"
></script>
<gradio-app src="https://stabilityai-stable-diffusion.hf.space"></gradio-app>
</body>
</html>