|
@@ -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
|