readme update

This commit is contained in:
ortizcruz
2023-09-21 15:33:46 +02:00
parent b0f30fdbb0
commit 1b794ac737
+3 -3
View File
@@ -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 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. - `-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. - `--hf_token`: Flag for entering your personal HuggingFace token in the container.
`--start_server`: Command to start the Gradio App. - `--start_server`: Command to start the Gradio App.
Then click the following link to run the app: Then click the following link to run the app: