From 6b3f0d2d95be504dda2deab3787d5af43f94e72a Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Fri, 20 Oct 2023 11:49:40 -0300 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ae982b1..368e419 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -39,7 +39,7 @@ export default function Home() { const handleSubmit = () => { if (imageUrl) { - fetch("http://localhost:5885/caption-base64", { + fetch("https://ti6.fornaxhost.net/caption-base64", { method: "POST", body: JSON.stringify({ image_base64: image64 }), headers: { @@ -80,7 +80,7 @@ export default function Home() { style={{ width: '720px', height: '100%' }} > - +