Timmyafolami commited on
Commit
937e579
·
verified ·
1 Parent(s): aa76da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- title: Text2textwithDockers
3
- emoji: 🏃
4
  colorFrom: purple
5
- colorTo: red
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
@@ -51,4 +52,4 @@ This project provides a sentiment analysis API using FastAPI and a machine learn
51
  ## Example cURL Command
52
 
53
  ```bash
54
- curl -X POST "http://localhost:8000/predict_sentiment" -H "Content-Type: application/json" -d '{"text": "I love programming in Python."}'
 
1
  ---
2
+ title: SAMH
3
+ emoji:
4
  colorFrom: purple
5
+ colorTo: blue
6
  sdk: docker
7
+ pinned: true
8
  license: mit
9
+ short_description: Sentment Analysis or Mental Health
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
52
  ## Example cURL Command
53
 
54
  ```bash
55
+ curl -X POST "http://localhost:8000/predict_sentiment" -H "Content-Type: application/json" -d '{"text": "I love programming in Python."}'