File size: 743 Bytes
52cdff7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!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>
        <div class="card">
			<p>
                It may take 5-10 minutes for it to load so please be patient. <br>
				If this space doesn't load visit <a href="https://huggingface.co/spaces/tonyassi/lucy-text-to-image" target="_blank"> tonyassi/lucy-text-to-image</a>. 
			</p>
		</div>
      
		<script
        	type="module"
        	src="https://gradio.s3-us-west-2.amazonaws.com/4.37.2/gradio.js"
        ></script>
        
        <gradio-app src="https://tonyassi-lucy-text-to-image.hf.space"></gradio-app>
	</body>
</html>