dimensionalpulsar commited on
Commit
8dca267
·
verified ·
1 Parent(s): 9d645a3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -47,7 +47,7 @@
47
  };
48
 
49
  function App() {
50
- const [imageSrc, setImageSrc] = useState("http://googleusercontent.com/image_generation_content/2");
51
  const fileInputRef = useRef(null);
52
  const containerRef = useRef(null);
53
 
 
47
  };
48
 
49
  function App() {
50
+ const [imageSrc, setImageSrc] = useState("https://huggingface.co/spaces/dimensionalpulsar/plantcounter/resolve/main/demo.jpg");
51
  const fileInputRef = useRef(null);
52
  const containerRef = useRef(null);
53