philschmid HF staff commited on
Commit
93018f7
1 Parent(s): c1744f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ This repository implements a custom container for 🤗 Inference Endpoints using
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
 
 
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: `philschmi/gradio-api:cpu`
17
+ * GPU image: `philschmi/gradio-api:gpu`
18
  * PORT: `7860`
19
  * Health Route: `/`
20