philschmid HF staff commited on
Commit
d83fbf1
1 Parent(s): d8fb759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,4 +9,12 @@ library_name: generic
9
 
10
  _This is a fork of the [naver-clova-ix/donut-base-finetuned-cord-v2](https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2) Space_
11
 
 
 
 
 
 
 
 
 
12
 
 
9
 
10
  _This is a fork of the [naver-clova-ix/donut-base-finetuned-cord-v2](https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2) Space_
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. The image you can use is `philschmid/gradio-api:cpu` for CPU and `philschmid/gradio-api:gpu` for GPU images. The PORT to select is `7860`.
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
+
18
+
19
+
20