zaidmehdi commited on
Commit
916fa06
1 Parent(s): a81f3b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ Given some arabic text, the goal is to predict the country of the text's dialect
4
 
5
  You can use the "/classify" endpoint through a POST request with a json input of the form: '{"text": "Your arabic text"}'
6
  ```
7
- curl -X POST -H "Content-Type: application/json" -d '{"text": "Your Arabic text"}' http://localhost:8080/classify
8
  ```
9
 
10
  ## Run the app locally with Docker:
 
4
 
5
  You can use the "/classify" endpoint through a POST request with a json input of the form: '{"text": "Your arabic text"}'
6
  ```
7
+ curl -X POST -H "Content-Type: application/json" -d '{"text": "Your arabic text"}' http://localhost:8080/classify
8
  ```
9
 
10
  ## Run the app locally with Docker: