Spaces:
Running
Running
Commit ·
93ad15b
1
Parent(s): e251d62
Fix HF Spaces configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# KORA API Backend (FastAPI + Transformers)
|
| 2 |
|
| 3 |
Production-ready AI backend scaffold for KORA, optimized for Docker and Hugging Face Docker Spaces.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Kora API
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
# KORA API Backend (FastAPI + Transformers)
|
| 10 |
|
| 11 |
Production-ready AI backend scaffold for KORA, optimized for Docker and Hugging Face Docker Spaces.
|