TotoB12 commited on
Commit
dcb4b10
Β·
verified Β·
1 Parent(s): 79c5527

Update index.html

Browse files
Files changed (1) hide show
  1. 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="/assets/index-fXabxwo8.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-YfP4b9qq.css">
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/*" />