readme update
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user