Docfile commited on
Commit
3020a86
·
verified ·
1 Parent(s): 6a4276e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -5
index.html CHANGED
@@ -55,11 +55,15 @@
55
  });
56
  </script>
57
 
58
- <iframe
59
- src="https://docfile-mycha.hf.space"
60
- frameborder="0"
61
- id="main-iframe"
62
- ></iframe>
 
 
 
 
63
 
64
  </body>
65
  </html>
 
55
  });
56
  </script>
57
 
58
+
59
+
60
+
61
+ <script
62
+ type="module"
63
+ src="https://gradio.s3-us-west-2.amazonaws.com/4.12.0/gradio.js"
64
+ ></script>
65
+
66
+ <gradio-app src="https://docfile-mariam-physique1.hf.space"></gradio-app>
67
 
68
  </body>
69
  </html>