Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -37,6 +37,7 @@
|
|
37 |
</label>
|
38 |
<label id="status">Loading model...</label>
|
39 |
<input id="upload" type="file" accept="image/*" />
|
|
|
40 |
</form>
|
41 |
|
42 |
<script src="index.js" type="module">
|
|
|
37 |
</label>
|
38 |
<label id="status">Loading model...</label>
|
39 |
<input id="upload" type="file" accept="image/*" />
|
40 |
+
<div id="llm-output"></div>
|
41 |
</form>
|
42 |
|
43 |
<script src="index.js" type="module">
|