浏览代码

docs: enhance clarity in docker_deployment.md by formatting Gradio access instructions as a list

myhloli 4 月之前
父节点
当前提交
03dc966c0c
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/zh/quick_start/docker_deployment.md

+ 3 - 1
docs/zh/quick_start/docker_deployment.md

@@ -66,4 +66,6 @@ wget https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/docker/compose.yaml
   docker compose -f compose.yaml --profile mineru-gradio up -d
   docker compose -f compose.yaml --profile mineru-gradio up -d
   ```
   ```
   >[!TIP]
   >[!TIP]
-  >在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI 或访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API。
+  > 
+  >- 在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI 
+  >- 访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API