Update index.js
Browse files
index.js
CHANGED
@@ -17,9 +17,9 @@ const MAX_SINGLE_CHAT_LENGTH = 10;
|
|
17 |
const exampleButton = document.getElementById('example');
|
18 |
const promptInput = document.querySelector('input[type="text"]');
|
19 |
const status = document.getElementById('status');
|
20 |
-
const fileUpload = document.getElementById('upload');
|
21 |
const imageContainer = document.getElementById('container');
|
22 |
const example = document.getElementById('example');
|
|
|
23 |
|
24 |
let ortSessionA, ortSessionB, ortSessionC, ortSessionD, ortSessionE;
|
25 |
let config;
|
|
|
17 |
const exampleButton = document.getElementById('example');
|
18 |
const promptInput = document.querySelector('input[type="text"]');
|
19 |
const status = document.getElementById('status');
|
|
|
20 |
const imageContainer = document.getElementById('container');
|
21 |
const example = document.getElementById('example');
|
22 |
+
const uploadInput = document.getElementById('upload');
|
23 |
|
24 |
let ortSessionA, ortSessionB, ortSessionC, ortSessionD, ortSessionE;
|
25 |
let config;
|