tomsoderlund
commited on
Commit
•
2e6b605
1
Parent(s):
e906ac8
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,6 @@ Edit `app.py`, then run:
|
|
36 |
|
37 |
and test your Gradio app on: http://127.0.0.1:7860/
|
38 |
|
39 |
-
## REST API via Gradio “Use via API” (see page footer)
|
40 |
|
41 |
curl -X POST -H 'Content-type: application/json' --data '{ "data": ["Jag heter Tom och bor i Stockholm."] }' https://tomsoderlund-swedish-entity-recognition.hf.space/run/predict
|
|
|
36 |
|
37 |
and test your Gradio app on: http://127.0.0.1:7860/
|
38 |
|
39 |
+
## REST API via Gradio’s “Use via API” feature (see page footer)
|
40 |
|
41 |
curl -X POST -H 'Content-type: application/json' --data '{ "data": ["Jag heter Tom och bor i Stockholm."] }' https://tomsoderlund-swedish-entity-recognition.hf.space/run/predict
|