Spaces:
Sleeping
Sleeping
MatteoAldovardi commited on
Commit Β·
96c33b9
1
Parent(s): d95bed5
Fix: overwrite remote with local README
Browse files
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
<<<<<<< HEAD
|
| 3 |
title: My Fastapi Endpoint
|
| 4 |
emoji: π
|
| 5 |
colorFrom: gray
|
|
@@ -9,8 +8,8 @@ pinned: false
|
|
| 9 |
license: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
-
|
| 14 |
title: My FastAPI App
|
| 15 |
emoji: π
|
| 16 |
colorFrom: red
|
|
@@ -19,6 +18,7 @@ sdk: docker
|
|
| 19 |
pinned: false
|
| 20 |
license: mit
|
| 21 |
short_description: This is a taxi predictor!
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# FastAPI Taxi Trip Duration Prediction API
|
|
@@ -108,4 +108,5 @@ The API will return a JSON response like:
|
|
| 108 |
```
|
| 109 |
|
| 110 |
---
|
| 111 |
-
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
title: My Fastapi Endpoint
|
| 3 |
emoji: π
|
| 4 |
colorFrom: gray
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 12 |
+
|
| 13 |
title: My FastAPI App
|
| 14 |
emoji: π
|
| 15 |
colorFrom: red
|
|
|
|
| 18 |
pinned: false
|
| 19 |
license: mit
|
| 20 |
short_description: This is a taxi predictor!
|
| 21 |
+
|
| 22 |
---
|
| 23 |
|
| 24 |
# FastAPI Taxi Trip Duration Prediction API
|
|
|
|
| 108 |
```
|
| 109 |
|
| 110 |
---
|
| 111 |
+
|
| 112 |
+
> > > > > > > 531d625 (Commiiitt!)
|