erichilarysmithsr
commited on
Commit
•
90a536b
1
Parent(s):
54ccf6d
Update index.html
Browse filesAdded inworld web sdk and nodejs
- index.html +3 -1
index.html
CHANGED
@@ -15,5 +15,7 @@
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
18 |
-
|
|
|
|
|
19 |
</html>
|
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
18 |
+
<script src="https://cdn.jsdelivr.net/npm/@inworld/web-sdk@1.3.0/build/src/index.min.js"></script>
|
19 |
+
<script src="https://cdn.jsdelivr.net/npm/@inworld/nodejs-sdk@1.3.1/build/src/index.min.js"></script>
|
20 |
+
</body>
|
21 |
</html>
|