Spaces:
Sleeping
Sleeping
Add metadata to README.md for Docker Space configuration
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# TexClarity
|
3 |
|
4 |
TexClarity is a text classification app that uses zero-shot classification to categorize text into user-defined labels.
|
@@ -9,17 +18,4 @@ TexClarity is a text classification app that uses zero-shot classification to ca
|
|
9 |
3. Click "Classify" to see the results in a table and chart.
|
10 |
|
11 |
## Setup
|
12 |
-
This Space uses Docker to run a FastAPI backend with a static frontend.
|
13 |
-
=======
|
14 |
-
---
|
15 |
-
title: Textclarity
|
16 |
-
emoji: 📚
|
17 |
-
colorFrom: indigo
|
18 |
-
colorTo: pink
|
19 |
-
sdk: docker
|
20 |
-
pinned: false
|
21 |
-
license: mit
|
22 |
-
---
|
23 |
-
|
24 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
25 |
-
>>>>>>> 1d6eb0c030dea3475cfd5141f9bf6bbf6dee5278
|
|
|
1 |
+
---
|
2 |
+
title: TexClarity
|
3 |
+
emoji: 📝
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
# TexClarity
|
12 |
|
13 |
TexClarity is a text classification app that uses zero-shot classification to categorize text into user-defined labels.
|
|
|
18 |
3. Click "Classify" to see the results in a table and chart.
|
19 |
|
20 |
## Setup
|
21 |
+
This Space uses Docker to run a FastAPI backend with a static frontend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|