Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Text Classification/ Sentiment analysis
|
3 |
+
emoji: 📸
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.1.7
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
[Try Demo Text classification Here](https://huggingface.co/spaces/ThankGod/text-classification)
|
13 |
+
|
14 |
+
## Credits
|
15 |
+
- Hugging face 🤗 for hosting this demo.
|
16 |
+
- Hugging face transformer model for text classification transformer model
|
17 |
+
- Gradio for the beautiful visualization dashboards.
|
18 |
+
|
19 |
+
## References
|
20 |
+
- https://gradio.app/
|
21 |
+
- https://huggingface.co/
|