Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Language Detection API
|
| 2 |
|
| 3 |
This is a FastAPI application that provides language detection capabilities using Facebook's FastText model.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Language Detection API
|
| 3 |
+
emoji: 🌐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: "3.9"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
# Language Detection API
|
| 14 |
|
| 15 |
This is a FastAPI application that provides language detection capabilities using Facebook's FastText model.
|