Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dblasko authored Jan 15, 2024
1 parent 498f617 commit 849f366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<address of the machine hosting the container, localhost if it is the local machine>: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
```
Expand Down

0 comments on commit 849f366

Please sign in to comment.