yderre-aubay commited on
Commit
da8b8de
Β·
verified Β·
1 Parent(s): 35961be

Update front/src/pages/Home/Home.tsx

Browse files
Files changed (1) hide show
  1. front/src/pages/Home/Home.tsx +1 -1
front/src/pages/Home/Home.tsx CHANGED
@@ -109,7 +109,7 @@ export function ExplainText(props: any) {
109
  <Typography variant="h4">Hi!πŸ‘‹</Typography>
110
  <div style={{ paddingTop: "10px" }}>
111
  <Typography fontSize={"20px"}>
112
- This project is aiming to provide an easy way to reproduce a provided sound on the TAL-Noisemaker VST using a custom Inversynth model implementation
113
  </Typography>
114
  </div>
115
  </Box>
 
109
  <Typography variant="h4">Hi!πŸ‘‹</Typography>
110
  <div style={{ paddingTop: "10px" }}>
111
  <Typography fontSize={"20px"}>
112
+ This project provides an easy way to reproduce a given sound by inferring its parameters on the TAL-Noisemaker VST using a custom InverSynth model implementation.
113
  </Typography>
114
  </div>
115
  </Box>