فهرست منبع

Merge pull request #3806 from myhloli/dev

fix: update Gradio API access instructions in quick_usage.md
Xiaomeng Zhao 3 هفته پیش
والد
کامیت
db68aaf4ac
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      docs/en/usage/quick_usage.md
  2. 1 1
      docs/zh/usage/quick_usage.md

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

@@ -52,7 +52,7 @@ If you need to adjust parsing options through custom parameters, you can also ch
   >[!TIP]
   >
   >- Access `http://127.0.0.1:7860` in your browser to use the Gradio WebUI.
-  >- Access `http://127.0.0.1:7860/?view=api` to use the Gradio API.
+
 - Using `http-client/server` method:
   ```bash
   # Start vllm server (requires vllm environment)

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

@@ -51,7 +51,7 @@ mineru -p <input_path> -o <output_path> -b vlm-transformers
   >[!TIP]
   > 
   >- 在浏览器中访问 `http://127.0.0.1:7860` 使用 Gradio WebUI。
-  >- 访问 `http://127.0.0.1:7860/?view=api` 使用 Gradio API。
+
 - 使用`http-client/server`方式调用:
   ```bash
   # 启动vllm server(需要安装vllm环境)