From a6e736972f533c6cc44c81e74bc33a1e029575d0 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Fri, 16 Dec 2022 08:15:58 -0800 Subject: [PATCH] Update localhost -> 127.0.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c333d..52c120e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To configure these backends, add a `.env.local` file: ``` # URL to your flask instance -RIFFUSION_FLASK_URL=http://localhost:3013/run_inference/ +RIFFUSION_FLASK_URL=http://127.0.0.1:3013/run_inference/ # Whether to use baseten as the model backend NEXT_PUBLIC_RIFFUSION_USE_BASETEN=false