Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<link rel="stylesheet" href="style.css" />
|
7 |
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
-
<title>
|
10 |
<script type="importmap">
|
11 |
{
|
12 |
"imports": {
|
@@ -30,6 +30,9 @@
|
|
30 |
</svg>
|
31 |
Click to upload image
|
32 |
<label id="example">(or try example)</label>
|
|
|
|
|
|
|
33 |
</label>
|
34 |
<label id="status">Loading model...</label>
|
35 |
<input id="upload" type="file" accept="image/*" />
|
|
|
6 |
<link rel="stylesheet" href="style.css" />
|
7 |
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
+
<title>Onnxruntime - Qwen2-VL</title>
|
10 |
<script type="importmap">
|
11 |
{
|
12 |
"imports": {
|
|
|
30 |
</svg>
|
31 |
Click to upload image
|
32 |
<label id="example">(or try example)</label>
|
33 |
+
<div
|
34 |
+
<input type="text" placeholder="Add your prompt">
|
35 |
+
</div>
|
36 |
</label>
|
37 |
<label id="status">Loading model...</label>
|
38 |
<input id="upload" type="file" accept="image/*" />
|