Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom: red
|
5 |
-
colorTo: gray
|
6 |
sdk: docker
|
7 |
-
|
8 |
-
|
9 |
-
short_description: 'Not for everyone '
|
10 |
-
health_check:
|
11 |
path: /health
|
12 |
-
|
13 |
-
|
|
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Background Remover
|
3 |
+
emoji: 🖼️
|
|
|
|
|
4 |
sdk: docker
|
5 |
+
app_port: 5000
|
6 |
+
healthcheck:
|
|
|
|
|
7 |
path: /health
|
8 |
+
interval: 60
|
9 |
+
timeout: 5
|
10 |
+
retries: 3
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|