Sfoglia il codice sorgente

fix: update Gradio API access instructions in quick_usage.md

myhloli 3 settimane fa
parent
commit
a6cc8fa90d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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环境)