Changed Default UI to Gradio (#1246)

Signed-off-by: okhleif-IL <omar.khleif@intel.com>
This commit is contained in:
Omar Khleif
2024-12-11 11:04:10 -08:00
committed by GitHub
parent 4c01e14642
commit 00b526c8e5
6 changed files with 24 additions and 24 deletions

View File

@@ -95,8 +95,8 @@ services:
ipc: host
restart: always
docsum-ui:
image: ${REGISTRY:-opea}/docsum-ui:${TAG:-latest}
docsum-gradio-ui:
image: ${REGISTRY:-opea}/docsum-gradio-ui:${TAG:-latest}
container_name: docsum-xeon-ui-server
depends_on:
- docsum-xeon-backend-server