Commit
•
c1744f6
1
Parent(s):
e636a5a
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,12 @@ _This is a fork of the [naver-clova-ix/donut-base-finetuned-cord-v2](https://hug
|
|
11 |
|
12 |
This repository implements a custom container for 🤗 Inference Endpoints using a gradio space.
|
13 |
|
14 |
-
To use deploy this model as an Inference Endpoint, you have to select Custom as task and a custom image.
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
If you want to use the UI with the inference Endpoint, you have to select as endpoint type `public` and add [auth through gradio](https://gradio.app/docs/#launch-header)
|
17 |
|
|
|
11 |
|
12 |
This repository implements a custom container for 🤗 Inference Endpoints using a gradio space.
|
13 |
|
14 |
+
To use deploy this model as an Inference Endpoint, you have to select Custom as task and a custom image.
|
15 |
+
|
16 |
+
* CPU image: `philschmid/gradio-api:cpu`
|
17 |
+
* GPU image: `philschmid/gradio-api:gpu`
|
18 |
+
* PORT: `7860`
|
19 |
+
* Health Route: `/`
|
20 |
|
21 |
If you want to use the UI with the inference Endpoint, you have to select as endpoint type `public` and add [auth through gradio](https://gradio.app/docs/#launch-header)
|
22 |
|