Update localhost -> 127.0.0.1

This commit is contained in:
Hayk Martiros 2022-12-16 08:15:58 -08:00 committed by GitHub
parent df9f0ba9f1
commit a6e736972f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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