Spaces:
Running
Running
Update mobilevit.html
Browse files- mobilevit.html +1 -1
mobilevit.html
CHANGED
|
@@ -130,7 +130,7 @@
|
|
| 130 |
async function classifyImageLocal() {
|
| 131 |
// HTML DOM의 element Id가 imageClassificationLocalFile인 element의 값을 fileInput으로 저장하십시오.
|
| 132 |
// To-Do: const fileInput = ???
|
| 133 |
-
const fileInput = document.getElementById("imageClassificationLocalFile")
|
| 134 |
|
| 135 |
const file = fileInput.files[0];
|
| 136 |
if (!file) {
|
|
|
|
| 130 |
async function classifyImageLocal() {
|
| 131 |
// HTML DOM의 element Id가 imageClassificationLocalFile인 element의 값을 fileInput으로 저장하십시오.
|
| 132 |
// To-Do: const fileInput = ???
|
| 133 |
+
const fileInput = document.getElementById("imageClassificationLocalFile");
|
| 134 |
|
| 135 |
const file = fileInput.files[0];
|
| 136 |
if (!file) {
|