ysdede commited on
Commit
0550f50
·
1 Parent(s): fc678b1

chore: update model repo id and remove nemo80 option

Browse files
Files changed (1) hide show
  1. src/App.js +1 -2
src/App.js CHANGED
@@ -3,7 +3,7 @@ import { ParakeetModel, getParakeetModel } from 'parakeet.js';
3
  import './App.css';
4
 
5
  export default function App() {
6
- const repoId = 'ysdede/parakeet-tdt-0.6b-v2-onnx';
7
  const [backend, setBackend] = useState('webgpu-hybrid');
8
  const [quant, setQuant] = useState('fp32');
9
  const [preprocessor, setPreprocessor] = useState('nemo128');
@@ -186,7 +186,6 @@ export default function App() {
186
  <label>
187
  Preprocessor:
188
  <select value={preprocessor} onChange={e=>setPreprocessor(e.target.value)}>
189
- <option value="nemo80">nemo80 (smaller)</option>
190
  <option value="nemo128">nemo128 (default)</option>
191
  </select>
192
  </label>
 
3
  import './App.css';
4
 
5
  export default function App() {
6
+ const repoId = 'istupakov/parakeet-tdt-0.6b-v2-onnx';
7
  const [backend, setBackend] = useState('webgpu-hybrid');
8
  const [quant, setQuant] = useState('fp32');
9
  const [preprocessor, setPreprocessor] = useState('nemo128');
 
186
  <label>
187
  Preprocessor:
188
  <select value={preprocessor} onChange={e=>setPreprocessor(e.target.value)}>
 
189
  <option value="nemo128">nemo128 (default)</option>
190
  </select>
191
  </label>