Severian commited on
Commit
60275c1
·
1 Parent(s): 38ca13c

Update chat.html

Browse files
Files changed (1) hide show
  1. chat.html +7 -3
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
- src="https://gradio.s3-us-west-2.amazonaws.com/3.40.1/gradio.js"
68
- ></script>
69
- <gradio-app src="https://openskyml-pigeon-chat.hf.space"></gradio-app>
 
 
 
 
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>