ceckenrode's picture
Update index.html
8f2cc95
raw
history blame
No virus
661 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My static Space</title>
<style>
iframe {
display: block;
margin: 20px auto;
max-width: 100%;
height: calc(100vh - 100px);
}
</style>
</head>
<body>
<iframe
src="https://ceckenrode-easy-button-zero-shot-text-class-6c7b8dc.hf.space"
frameborder="0"
></iframe>
<iframe
src="https://ceckenrode-bigscience-bloom.hf.space"
frameborder="0"
></iframe>
<iframe
src="https://ceckenrode-runwayml-stable-diffusion-v1-5.hf.space"
frameborder="0"
></iframe>
</body>
</html>