From 967b60342af11ada1cd6a27c935dd336523fb1cd Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 27 Aug 2026 23:39:33 -0400 Subject: remove: unnecessary tui text --- app/backends/audiocpp/wizard.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/backends/audiocpp/wizard.py') diff --git a/app/backends/audiocpp/wizard.py b/app/backends/audiocpp/wizard.py index 75d84ee..91a8522 100644 --- a/app/backends/audiocpp/wizard.py +++ b/app/backends/audiocpp/wizard.py @@ -454,7 +454,6 @@ def _wizard(stdscr, args: argparse.Namespace, parser: argparse.ArgumentParser "key": "backend", "label": "Inference backend", "kind": "choice", "value": default_backend, "choices": options, - "note": "audiocpp_server is not built yet.", }) fields.append({ "key": "build", "label": "Build audiocpp_server now?", @@ -466,8 +465,6 @@ def _wizard(stdscr, args: argparse.Namespace, parser: argparse.ArgumentParser "key": "wav_dir", "label": "Voice clone .wav directory", "kind": "dir", "value": Path(wav_start) if wav_start else None, "visible": lambda fs: bool(s["include_clone"]), - "note": "Published as the server-level voice presets " - "(prompt_text transcribed with whisper).", } fields.append(wav_field) @@ -487,8 +484,6 @@ def _wizard(stdscr, args: argparse.Namespace, parser: argparse.ArgumentParser "key": "download", "label": "Download the selected models automatically?", "kind": "bool", "value": True, - "note": "No prints the model_manager_v2.py install " - "commands for any models not already installed.", }) model_sync_relevant = len(s["entry_ids"]) == 1 and not ( @@ -499,8 +494,6 @@ def _wizard(stdscr, args: argparse.Namespace, parser: argparse.ArgumentParser "key": "sync_model_ids", "label": f"Make '{s['entry_ids'][0]}' the default model?", "kind": "bool", "value": True, - "note": "Writes AUDIOCPP_MODEL_ID/AUDIOCPP_CLONE_MODEL_ID " - "to app/converter/config.py.", }) new_paths = {entry["path"] for entry in s["model_entries"]} @@ -515,8 +508,6 @@ def _wizard(stdscr, args: argparse.Namespace, parser: argparse.ArgumentParser "label": f"Delete {count} unused downloaded model " f"{'entry' if count == 1 else 'entries'} from disk?", "kind": "bool", "value": False, - "note": "Selected models were removed above but their " - "downloads are still on disk.", }) result = tui.form( -- cgit v1.2.3