cutiee82 commited on
Commit
a2dc421
·
verified ·
1 Parent(s): 1cf7b8f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -3
index.html CHANGED
@@ -7,7 +7,10 @@
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
- <h1>🍒 cherry-ghosts community</h1>
11
- <iframe src="https://cherry-ghosts-image-generator.hf.space" style="width: 100%; height: 100%; border: 0"></iframe>
12
- </body>
 
 
 
13
  </html>
 
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
+ <script
11
+ type="module"
12
+ src="https://gradio.s3-us-west-2.amazonaws.com/5.9.1/gradio.js"
13
+ ></script>
14
+ <gradio-app src="https://cherry-ghosts-image-generator.hf.space"></gradio-app>
15
+ </body>
16
  </html>