Remove obsolete open-cutscript script

This commit is contained in:
2026-04-03 10:34:04 -06:00
parent bb9ac53ae5
commit addd87c45b
2 changed files with 1 additions and 12 deletions

View File

@ -166,7 +166,7 @@ export default function App() {
<select
value={whisperModel}
onChange={(e) => setWhisperModel(e.target.value)}
className="px-3 py-1.5 bg-editor-surface border border-editor-border rounded-lg text-xs text-white focus:outline-none focus:border-editor-accent"
className="px-3 py-1.5 bg-editor-surface border border-editor-border rounded-lg text-xs text-black focus:outline-none focus:border-editor-accent"
>
<optgroup label="Multilingual (any language)">
<option value="tiny">tiny ~75 MB · fastest, low accuracy</option>