110 | Transcribe any YouTube video into a text file and use it to train
111 | your LLM.
112 |
113 |
114 |
115 | {APP_URL}/
116 |
117 |
setUrl(e.target.value)}
123 | disabled={mutation.loading}
124 | required
125 | autoFocus
126 | style={
127 | {
128 | // boxShadow: "0 8px 29px -2px",
129 | }
130 | }
131 | />
132 |
133 |
134 |