Browse Source

update docs

myhloli 2 months ago
parent
commit
2ba1c35fbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/usage/quick_usage.md

+ 1 - 1
docs/en/usage/quick_usage.md

@@ -44,7 +44,7 @@ If you need to adjust parsing options through custom parameters, you can also ch
   >Access `http://127.0.0.1:8000/docs` in your browser to view the API documentation.
 - Start Gradio WebUI visual frontend:
   ```bash
-  # Using pipeline/vlm-transformers/vlm-vllm-client backends
+  # Using pipeline/vlm-transformers/vlm-http-client backends
   mineru-gradio --server-name 0.0.0.0 --server-port 7860
   # Or using vlm-vllm-engine/pipeline backends (requires vllm environment)
   mineru-gradio --server-name 0.0.0.0 --server-port 7860 --enable-vllm-engine true