Spaces:
Sleeping
Sleeping
proper YAML
Browse files
README.md
CHANGED
|
@@ -39,4 +39,21 @@ The app includes several example inputs to demonstrate different emotional expre
|
|
| 39 |
- requirements.txt
|
| 40 |
- README.md
|
| 41 |
|
| 42 |
-
The Space will automatically build and deploy your emotion detection app!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
- requirements.txt
|
| 40 |
- README.md
|
| 41 |
|
| 42 |
+
The Space will automatically build and deploy your emotion detection app!
|
| 43 |
+
|
| 44 |
+
## Space Configuration
|
| 45 |
+
|
| 46 |
+
This Space requires specific hardware and Python settings to run properly. Here's the configuration:
|
| 47 |
+
|
| 48 |
+
```yaml
|
| 49 |
+
title: Emotion Detection with DistilBERT
|
| 50 |
+
emoji: 🎭
|
| 51 |
+
colorFrom: blue
|
| 52 |
+
colorTo: red
|
| 53 |
+
sdk: gradio
|
| 54 |
+
sdk_version: 4.0.0
|
| 55 |
+
python_version: 3.10
|
| 56 |
+
app_file: app.py
|
| 57 |
+
pinned: false
|
| 58 |
+
license: mit
|
| 59 |
+
```
|