Commit 03dc966c authored by myhloli's avatar myhloli
Browse files

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

parent cd2459b3
......@@ -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
```
>[!TIP]
>在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI 或访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API。
\ No newline at end of file
>
>- 在浏览器中访问 `http://<server_ip>:7860` 使用 Gradio WebUI
>- 访问 `http://<server_ip>:7860/?view=api` 使用 Gradio API
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment