gorkemgoknar commited on
Commit
2f5e3b7
·
1 Parent(s): fcbd497

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -8
index.html CHANGED
@@ -1,11 +1,8 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title>Redirecting...</title>
6
- </head>
7
- <body>
8
- Redirecting to Coqui XTTS, <a href="https://huggingface.co/spaces/coqui/xtts"></a>.
9
- </body>
10
- <script>window.top.location.href = "https://huggingface.co/spaces/AP123/IllusionDiffusion";</script>
11
  </html>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+
4
+ <iframe src="https://coqui-xtts.hf.space" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
5
+ Your browser doesn't support iframes
6
+ </iframe>
7
+
 
 
 
8
  </html>