Commit
Β·
30dce5a
1
Parent(s):
92c5a4f
Textgen workflows sync
Browse files
README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
# FastAPI-Deployement
|
| 2 |
-
|
| 3 |
---
|
| 4 |
title: TextGen
|
| 5 |
emoji: π
|
|
@@ -8,7 +6,8 @@ colorTo: yellow
|
|
| 8 |
sdk: docker
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
| 14 |
Simple Text Generation app using Cohere generate model to demonstrate deploying FastAPI Applications on Hugginbface Spaces via Docker and Github Actions
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: TextGen
|
| 3 |
emoji: π
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# FastAPI-Deployement
|
| 12 |
+
|
| 13 |
Simple Text Generation app using Cohere generate model to demonstrate deploying FastAPI Applications on Hugginbface Spaces via Docker and Github Actions
|