pdufour commited on
Commit
8724308
1 Parent(s): 50f59bb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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;