abidanoaman commited on
Commit
ceaf20b
·
verified ·
1 Parent(s): 15095cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
- title: Sentiment Api Demo
3
- emoji: 🚀
4
- colorFrom: purple
5
- colorTo: blue
6
  sdk: docker
 
7
  pinned: false
8
- license: mit
9
  ---
10
 
 
 
 
 
 
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Sentiment API Demo
3
+ emoji: 🎭
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
 
9
  ---
10
 
11
+ # Sentiment Analysis API
12
+
13
+ A live FastAPI service serving predictions from a fine-tuned DistilBERT model.
14
+ Visit `/docs` for interactive Swagger documentation.
15
+
16
+
17
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference