Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -23,6 +23,7 @@
|
|
23 |
<body>
|
24 |
<h1>Onnxruntime - Qwen2-VL</h1>
|
25 |
<form id="form">
|
|
|
26 |
<label id="container" for="upload">
|
27 |
<div id="thumb">
|
28 |
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
@@ -35,7 +36,6 @@
|
|
35 |
<input type="text" placeholder="Add your prompt" disabled>
|
36 |
</div>
|
37 |
</label>
|
38 |
-
<label id="status">Loading model...</label>
|
39 |
<input id="upload" type="file" accept="image/*" disabled />
|
40 |
<div id="llm-output"></div>
|
41 |
</form>
|
|
|
23 |
<body>
|
24 |
<h1>Onnxruntime - Qwen2-VL</h1>
|
25 |
<form id="form">
|
26 |
+
<label id="status">Loading model...</label>
|
27 |
<label id="container" for="upload">
|
28 |
<div id="thumb">
|
29 |
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
|
36 |
<input type="text" placeholder="Add your prompt" disabled>
|
37 |
</div>
|
38 |
</label>
|
|
|
39 |
<input id="upload" type="file" accept="image/*" disabled />
|
40 |
<div id="llm-output"></div>
|
41 |
</form>
|