Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -149,6 +149,7 @@
|
|
149 |
document.body.appendChild(fileInput);
|
150 |
|
151 |
document.getElementById('imageLoader').addEventListener('click', async () => {
|
|
|
152 |
try {
|
153 |
imageHandles = await window.showOpenFilePicker({
|
154 |
multiple: true,
|
|
|
149 |
document.body.appendChild(fileInput);
|
150 |
|
151 |
document.getElementById('imageLoader').addEventListener('click', async () => {
|
152 |
+
window.testImages = [];
|
153 |
try {
|
154 |
imageHandles = await window.showOpenFilePicker({
|
155 |
multiple: true,
|