Changed Default UI to Gradio (#1246)
Signed-off-by: okhleif-IL <omar.khleif@intel.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user