From 93b0fc53f0e5e18977462f147fb31e8c2772fbd8 Mon Sep 17 00:00:00 2001 From: Zedd Shmais Date: Tue, 1 Oct 2024 17:02:09 -0500 Subject: [PATCH] add logs (#275) --- frontend/api/api.ts | 4 +++- frontend/src/main.tsx | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/api/api.ts b/frontend/api/api.ts index f2a6f538..80fc2dc9 100644 --- a/frontend/api/api.ts +++ b/frontend/api/api.ts @@ -10,8 +10,10 @@ export const ImageToText = async (args: ImageToTextArgs): Promise