Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -32,11 +32,11 @@
|
|
32 |
<label id="example">(or try example)</label>
|
33 |
</div>
|
34 |
<div>
|
35 |
-
<input type="text" placeholder="Add your prompt">
|
36 |
</div>
|
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 |
|
|
|
32 |
<label id="example">(or try example)</label>
|
33 |
</div>
|
34 |
<div>
|
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>
|
42 |
|