From 3b1dbae899e166e9dab2a683545ab95b33227477 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Sun, 11 Dec 2022 17:14:59 -0800 Subject: [PATCH] try baseten without cors --- components/ModelInference.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ModelInference.tsx b/components/ModelInference.tsx index 39415d7..b3c36c0 100644 --- a/components/ModelInference.tsx +++ b/components/ModelInference.tsx @@ -12,7 +12,7 @@ import { const SERVER_URL = "http://129.146.52.68:3013/run_inference/"; // Baseten worklet api url. Using cors-anywhere to get around CORS issues. const BASETEN_URL = - "http://cors-anywhere.herokuapp.com/https://app.baseten.co/applications/2qREaXP/production/worklets/mP7KkLP/invoke"; + "https://app.baseten.co/applications/2qREaXP/production/worklets/mP7KkLP/invoke"; // Temporary basten API key "irritating-haircut" const BASETEN_API_KEY = "JocxKmyo.g0JreAA8dZy5F20PdMxGAV34a4VGGpom";