bokesyo commited on
Commit
4ed21ba
1 Parent(s): dc6a88d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ or
56
  huggingface-cli download --resume-download RhapsodyAI/minicpm-visual-embedding-v0 --local-dir minicpm-visual-embedding-v0 --local-dir-use-symlinks False
57
  ```
58
 
59
- - To deploy a local demo, first check `pipeline_gradio.py`, change *model path* to your local path and change *device* to your device (for users with Nvidia card, use 'cuda', for users with apple silicon, use 'mps'). then launch the demo:
60
 
61
  ```bash
62
  pip install gradio
 
56
  huggingface-cli download --resume-download RhapsodyAI/minicpm-visual-embedding-v0 --local-dir minicpm-visual-embedding-v0 --local-dir-use-symlinks False
57
  ```
58
 
59
+ - To deploy a local demo, first check `pipeline_gradio.py`, change `model path` to your local path and change `device` to your device (for users with Nvidia card, use `cuda`, for users with apple silicon, use `mps`). then launch the demo:
60
 
61
  ```bash
62
  pip install gradio