Spaces:
Runtime error
Runtime error
Update README.md
Browse files
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 |
|