mishig HF Staff commited on
Commit
9a114eb
·
1 Parent(s): d6adbbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: static
7
  pinned: false
8
  ---
9
 
 
10
  <h1 id="smarter-npc-non-player-character-">Smarter NPC (non-player character)</h1>
11
  <p>This WebGL demo demonstrates how you can create smart NPC easily by using <a href="https://huggingface.co/inference-api">🤗 Inference API</a>.</p>
12
  <p>Find the source code in <a href="https://huggingface.co/spaces/mishig/smarter_npc/tree/main">Files and Versions</a> of this Space. I&#39;ve used Playcanvas (for the WebGL frontend) + Google Cloud Functions (for the backend). </p>
@@ -14,8 +15,6 @@ pinned: false
14
  <li>Find the PlayCanvas project <a href="https://playcanvas.com/project/720210/overview/spatial-audio">here</a></li>
15
  <li>Find the cloud function <a href="https://huggingface.co/spaces/mishig/smarter_npc/blob/main/cloud_function.py">here</a></li>
16
  </ol>
17
-
18
- <body onload="window.scrollTo(0,document.body.scrollHeight);">
19
  <div style="max-width: 100%;max-height: 100%;width: 100vw;height: 100vh;overflow: hidden;">
20
  <iframe style="min-width: 100%; min-height: 100%; background: black;" allowfullscreen="true" frameborder="0" src="https://playcanv.as/p/d3jMhnMm">></iframe>
21
  </div>
 
7
  pinned: false
8
  ---
9
 
10
+ <body onload="window.scrollTo(0,document.body.scrollHeight);">
11
  <h1 id="smarter-npc-non-player-character-">Smarter NPC (non-player character)</h1>
12
  <p>This WebGL demo demonstrates how you can create smart NPC easily by using <a href="https://huggingface.co/inference-api">🤗 Inference API</a>.</p>
13
  <p>Find the source code in <a href="https://huggingface.co/spaces/mishig/smarter_npc/tree/main">Files and Versions</a> of this Space. I&#39;ve used Playcanvas (for the WebGL frontend) + Google Cloud Functions (for the backend). </p>
 
15
  <li>Find the PlayCanvas project <a href="https://playcanvas.com/project/720210/overview/spatial-audio">here</a></li>
16
  <li>Find the cloud function <a href="https://huggingface.co/spaces/mishig/smarter_npc/blob/main/cloud_function.py">here</a></li>
17
  </ol>
 
 
18
  <div style="max-width: 100%;max-height: 100%;width: 100vw;height: 100vh;overflow: hidden;">
19
  <iframe style="min-width: 100%; min-height: 100%; background: black;" allowfullscreen="true" frameborder="0" src="https://playcanv.as/p/d3jMhnMm">></iframe>
20
  </div>