changed cnn architecture, added website image upload

This commit is contained in:
2026-04-29 14:02:56 +02:00
parent fd1c111739
commit 262dbe9f98
18 changed files with 264 additions and 51 deletions
+9
View File
@@ -0,0 +1,9 @@
function Homepage() {
return (
<>
<p>Homepage</p>
</>
);
}
export default Homepage;