Update chat.html
Browse files
chat.html
CHANGED
|
@@ -64,9 +64,13 @@
|
|
| 64 |
<a class="button" href="#" onclick="openLink('speech-to-text.html')">Speech to Text</a>
|
| 65 |
<script
|
| 66 |
type="module"
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
<footer>
|
| 71 |
<p>©️ OpenSkyML</p>
|
| 72 |
</footer>
|
|
|
|
| 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>
|