Update index.js
Browse files
index.js
CHANGED
@@ -12,7 +12,7 @@ const fileUpload = document.getElementById('upload');
|
|
12 |
const imageContainer = document.getElementById('container');
|
13 |
const example = document.getElementById('example');
|
14 |
|
15 |
-
const EXAMPLE_URL = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/car.jpg"
|
16 |
const INPUT_IMAGE_SIZE = [960, 960];
|
17 |
const HEIGHT_FACTOR = 10;
|
18 |
const WIDTH_FACTOR = 10;
|
|
|
12 |
const imageContainer = document.getElementById('container');
|
13 |
const example = document.getElementById('example');
|
14 |
|
15 |
+
const EXAMPLE_URL = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/car.jpg";
|
16 |
const INPUT_IMAGE_SIZE = [960, 960];
|
17 |
const HEIGHT_FACTOR = 10;
|
18 |
const WIDTH_FACTOR = 10;
|