ilar06 commited on
Commit
894c11a
·
verified ·
1 Parent(s): 0dbf455

Update mobilevit.html

Browse files
Files changed (1) hide show
  1. 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").value.trim();
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) {