douglasgoodwin commited on
Commit
97e1e4b
·
verified ·
1 Parent(s): 29906fc

proper YAML

Browse files
Files changed (1) hide show
  1. README.md +18 -1
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
+ ```