Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
<meta charset="UTF-8" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>ππ Transformers.js - Depth Anything</title>
|
8 |
-
<script type="module" crossorigin src="
|
9 |
-
<link rel="stylesheet" crossorigin href="
|
10 |
</head>
|
11 |
|
12 |
<body>
|
@@ -21,6 +21,7 @@
|
|
21 |
Click to upload image
|
22 |
<label id="example">(or try example)</label>
|
23 |
</label>
|
|
|
24 |
</div>
|
25 |
<label id="status"></label>
|
26 |
<input id="upload" type="file" accept="image/*" />
|
|
|
5 |
<meta charset="UTF-8" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>ππ Transformers.js - Depth Anything</title>
|
8 |
+
<script type="module" crossorigin src="script.js"></script>
|
9 |
+
<link rel="stylesheet" crossorigin href="style.css">
|
10 |
</head>
|
11 |
|
12 |
<body>
|
|
|
21 |
Click to upload image
|
22 |
<label id="example">(or try example)</label>
|
23 |
</label>
|
24 |
+
<span id="drop-zone">Drag and drop image here</span>
|
25 |
</div>
|
26 |
<label id="status"></label>
|
27 |
<input id="upload" type="file" accept="image/*" />
|