Anthony-Ml commited on
Commit
68cff78
1 Parent(s): 21f51e7

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <main class="container">
2
+ <label class="custom-file-upload">
3
+ <input id="file-upload" type="file" accept="image/*" />
4
+ <img class="upload-icon" src="https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/upload-icon.png" />
5
+ Upload image
6
+ </label>
7
+ <div id="image-container"></div>
8
+ <p id="status"></p>
9
+ </main>