mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
f669283fed
Gradio renders radio and checkboxgroup titles as a bare block-info span outside any label, so the hint scan missed them and those titles never received a tooltip or localization. Add the block-info selector to the element scan, deduplicating against the nodes already collected. Rebuild the core bundle.