rcodina commited on
Commit
46f55f9
·
verified ·
1 Parent(s): 80678c1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -13,12 +13,13 @@
13
  </header>
14
 
15
  <main>
16
- <script
17
- type="module"
18
- src="https://gradio.s3-us-west-2.amazonaws.com/4.28.3/gradio.js"
19
- ></script>
 
 
20
 
21
- <gradio-app src="https://rcodina-pressec.hf.space"></gradio-app>
22
 
23
  </main>
24
 
 
13
  </header>
14
 
15
  <main>
16
+ <iframe
17
+ src="https://rcodina-pressec.hf.space"
18
+ frameborder="0"
19
+ width="850"
20
+ height="450"
21
+ ></iframe>
22
 
 
23
 
24
  </main>
25