Commit
·
93018f7
1
Parent(s):
c1744f6
Update README.md
Browse files
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: `
|
17 |
-
* GPU image: `
|
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 |
|