changed cnn architecture, added website image upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function Homepage() {
|
||||
return (
|
||||
<>
|
||||
<p>Homepage</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Homepage;
|
||||
Reference in New Issue
Block a user