INNER CODE UNIT · Python

_show_processing

alex-jb/orallexa-ai-trading-agent · desktop_agent/main.py:243

        def _show_processing():
            bull.set_state("thinking")
            bull._show_bubble("\u23F3 Transcribing...", accent="#8B7EC8")
            popover.show_voice_status(False)

        bull._win.after(0, _show_processing)

        def _finish():
            try:
                text, lang = voice.stop_and_transcribe()
            except Exception as exc:
                bull._win.after(0, lambda: bull.set_state("idle"))
                bull._win.after(0, lambda: bull._show_bubble(
                    "Transcribe error", accent="#C44536"))
                return

            if text:
                def _send():

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…