diff --git a/README.md b/README.md index ae2eea6..cfc3ba3 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ sudo docker build . --build-arg="hf_token=[enter your HuggingFace token] " -t [i sudo docker run -it -p 7860:7860 --name [container name][image name] --hf_token [enter your HuggingFace token] --start_server ``` - `-p`: Flag for connecting the container interal port to the port on your local machine. - `--hf_token`: Flag for entering your personal HuggingFace token in the container. - `--start_server`: Command to start the Gradio App. +- `-p`: Flag for connecting the container interal port to the port on your local machine. +- `--hf_token`: Flag for entering your personal HuggingFace token in the container. +- `--start_server`: Command to start the Gradio App. Then click the following link to run the app: