Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
};
|
| 48 |
|
| 49 |
function App() {
|
| 50 |
-
const [imageSrc, setImageSrc] = useState("
|
| 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 |
|