Severian commited on
Commit
6c3d0e2
·
1 Parent(s): 60275c1

Update chat.html

Browse files
Files changed (1) hide show
  1. chat.html +7 -6
chat.html CHANGED
@@ -64,16 +64,17 @@
64
  <a class="button" href="#" onclick="openLink('speech-to-text.html')">Speech to Text</a>
65
  <script
66
  type="module"
67
- <iframe
68
- src="https://severian-anima-7b-biomimicry-llm.hf.space"
69
- frameborder="0"
70
- width="850"
71
- height="450"
72
- ></iframe>
73
 
74
  <footer>
75
  <p>©️ OpenSkyML</p>
76
  </footer>
 
77
  <script>
78
  function openLink(url) {
79
  window.location.href = url;
 
64
  <a class="button" href="#" onclick="openLink('speech-to-text.html')">Speech to Text</a>
65
  <script
66
  type="module"
67
+ <iframe
68
+ src="https://severian-anima-7b-biomimicry-llm.hf.space"
69
+ frameborder="0"
70
+ width="850"
71
+ height="450">
72
+ </iframe>
73
 
74
  <footer>
75
  <p>©️ OpenSkyML</p>
76
  </footer>
77
+
78
  <script>
79
  function openLink(url) {
80
  window.location.href = url;