👍️[Update] Model : overlay large logのsampleのエンドポイントを修正

This commit is contained in:
misyaguziya
2024-12-21 01:17:22 +09:00
parent c506a1f08f
commit b7e37980e0
4 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ export const useSendTextToOverlay = () => {
const { asyncStdoutToPython } = useStdoutToPython();
const sendTextToOverlay = (text) => {
asyncStdoutToPython("/run/send_text_overlay_small_log", text);
asyncStdoutToPython("/run/send_text_overlay", text);
};
return {