From 849f366a691669ffcb91d413dbb30d5de1eab7c7 Mon Sep 17 00:00:00 2001 From: Daniel Blasko <33456384+dblasko@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:11:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c744bd..8fb2803 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,9 @@ The image automatically downloads and sets up the model weights from the GitHub The inference endpoint should then be accessible at `
:5000` and allow you to send POST requests with images to enhance as described in the previous section. ## Running the web application -To start the inference web application, run the following command from the root directory of the project: +The application has been made accessible online as a [HuggingFace Space](https://huggingface.co/spaces/dblasko/mirnet-low-light-img-enhancement). + +Alternatively, to start the inference web application locally, run the following command from the root directory of the project: ```bash $ streamlit run app/app.py ```