fix: gradio use --host/--port instead of --server-name/--server-port
This commit is contained in:
@@ -64,7 +64,7 @@ services:
|
||||
- ${OUTPUT_DIR:-./data/output}:/data/output
|
||||
- ${MODEL_DIR:-./data/models}:/opt/models
|
||||
- ${MIOPEN_CACHE:-./data/miopen}:/root/.cache/miopen
|
||||
command: mineru-gradio --server-name 0.0.0.0 --server-port 7860
|
||||
command: mineru-gradio --host 0.0.0.0 --port 7860
|
||||
|
||||
# --- API 服务 ---
|
||||
api:
|
||||
|
||||
Reference in New Issue
Block a user