imseldrith commited on
Commit
631cd84
1 Parent(s): 73cdc95

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -7
index.html CHANGED
@@ -4,16 +4,11 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>DeepFakeAI Space</title>
 
7
  </head>
8
  <body>
9
 
10
- <!--<h1>Use New <a href="https://huggingface.co/spaces/imseldrith/DeepFakeAI-V1">DeepFakeAI</a> Space until I fix this space</h1> -->
11
- <iframe
12
- src="https://imseldrith-deepfakeai-v1.hf.space"
13
- frameborder="0"
14
- width="850"
15
- height="450"
16
- ></iframe>
17
 
18
  </body>
19
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>DeepFakeAI Space</title>
7
+ <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.41.0/gradio.js"></script>
8
  </head>
9
  <body>
10
 
11
+ <gradio-app src="https://imseldrith-deepfakeai-v1.hf.space"></gradio-app>
 
 
 
 
 
 
12
 
13
  </body>
14
  </html>