File size: 526 Bytes
7c62087
9ccd20d
7c62087
 
2f90728
 
 
 
 
 
7c62087
 
2f90728
 
 
 
7c62087
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Ideogram 4</title>
  <style>
    html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
    iframe { display: block; border: 0; width: 100vw; height: 100vh; }
  </style>
</head>
<body>
  <iframe
    src="https://huggingface.co/spaces/ideogram-ai/ideogram4"
    allow="accelerometer; camera; microphone; clipboard-read; clipboard-write; fullscreen">
  </iframe>
</body>
</html>