Spaces:
Runtime error
Runtime error
NewtonKimathi
commited on
Commit
β’
0f66dfd
1
Parent(s):
78d0516
Update Readme.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
metadata:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
---
|
13 |
|
14 |
Here is the link to directly access the API: here. Access the documentation here.
|
@@ -17,5 +17,4 @@ To direcly access your API hosted on HuggingFace you should use the URL follow t
|
|
17 |
|
18 |
In my case it is : https://NewtonKimathi-Sepsis_Prediction_FastApi.hf.space/
|
19 |
|
20 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
21 |
-
|
|
|
1 |
---
|
2 |
metadata:
|
3 |
+
|
4 |
+
title: Sepsis Prediction Fast API
|
5 |
+
sdk: docker
|
6 |
+
emoji: π
|
7 |
+
colorFrom: red
|
8 |
+
colorTo: blue
|
9 |
+
pinned: false
|
10 |
+
app_file: main.py
|
11 |
+
app_port: 7860
|
12 |
---
|
13 |
|
14 |
Here is the link to directly access the API: here. Access the documentation here.
|
|
|
17 |
|
18 |
In my case it is : https://NewtonKimathi-Sepsis_Prediction_FastApi.hf.space/
|
19 |
|
20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|