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

@@ -67,15 +67,6 @@ docker build -t opea/docsum:latest --build-arg https_proxy=$https_proxy --build-
Several UI options are provided. If you need to work with multimedia documents, .doc, or .pdf files, suggested to use Gradio UI.
#### Svelte UI
Build the frontend Docker image via below command:
```bash
cd GenAIExamples/DocSum/ui
docker build -t opea/docsum-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f docker/Dockerfile .
```
#### Gradio UI
Build the Gradio UI frontend Docker image using the following command:
@@ -85,6 +76,15 @@ cd GenAIExamples/DocSum/ui
docker build -t opea/docsum-gradio-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f docker/Dockerfile.gradio .
```
#### Svelte UI
Build the frontend Docker image via below command:
```bash
cd GenAIExamples/DocSum/ui
docker build -t opea/docsum-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f docker/Dockerfile .
```
#### React UI
Build the frontend Docker image via below command: