Spaces:
Running
Running
File size: 398 Bytes
fc7969a c56a525 fc7969a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/5.5.0/gradio.js"
></script>
<gradio-app src="https://lalashechka-lora-flux.hf.space"></gradio-app>
</body>
</html>
|