aryan365 commited on
Commit
90a3feb
·
verified ·
1 Parent(s): 3b26373

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -56,7 +56,7 @@
56
  const takePictureBtn = document.getElementById('take-picture');
57
  let useFrontCamera = true; // Start with front-facing camera
58
  // Condition to determine which prediction to show
59
- const showVegetablePrediction = false; // Set to 'true' to show vegetable prediction, 'false' for YOLO detection
60
 
61
  // Function to start the camera stream
62
  function startCamera() {
 
56
  const takePictureBtn = document.getElementById('take-picture');
57
  let useFrontCamera = true; // Start with front-facing camera
58
  // Condition to determine which prediction to show
59
+ const showVegetablePrediction = true; // Set to 'true' to show vegetable prediction, 'false' for YOLO detection
60
 
61
  // Function to start the camera stream
62
  function startCamera() {