Spaces:
Sleeping
Sleeping
add YAML block with wizard
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# README.md
|
| 2 |
# Emotion Detection with DistilBERT
|
| 3 |
|
|
@@ -56,4 +65,4 @@ python_version: 3.10
|
|
| 56 |
app_file: app.py
|
| 57 |
pinned: false
|
| 58 |
license: mit
|
| 59 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Emotion Detection with DistilBERT
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 📚
|
| 6 |
+
colorFrom: yellow
|
| 7 |
+
colorTo: blue
|
| 8 |
+
short_description: Use this space to identify the emotional content in text
|
| 9 |
+
---
|
| 10 |
# README.md
|
| 11 |
# Emotion Detection with DistilBERT
|
| 12 |
|
|
|
|
| 65 |
app_file: app.py
|
| 66 |
pinned: false
|
| 67 |
license: mit
|
| 68 |
+
```
|