Raiff1982 commited on
Commit
518c097
·
verified ·
1 Parent(s): 5b14a02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -66,6 +66,14 @@ To run locally:
66
  pip install -r requirements.txt
67
  python app.py
68
  ```
 
 
 
 
 
 
 
 
69
 
70
  ---
71
 
 
66
  pip install -r requirements.txt
67
  python app.py
68
  ```
69
+ ---
70
+
71
+ # Sample cURL usage
72
+ curl -X POST https://Raiff1982-codriao.hf.space/run/predict \
73
+ -H "Content-Type: application/json" \
74
+ -d '{
75
+ "data": ["Hello, Codriao!"]
76
+ }'
77
 
78
  ---
79