File size: 440 Bytes
64205bb 1fe0eef 64205bb d2519e4 64205bb 1fe0eef d2519e4 1fe0eef 64205bb 1fe0eef 64205bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<!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>
|