tomsoderlund commited on
Commit
478dcd7
1 Parent(s): 601f74f

REST API via Gradio

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Swedish Entity Recognition
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 3.12.0
8
  app_file: app.py
@@ -10,4 +10,10 @@ pinned: false
10
  license: openrail
11
  ---
12
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
  title: Swedish Entity Recognition
3
+ emoji: 📝
4
+ colorFrom: darkturquoise
5
+ colorTo: white
6
  sdk: gradio
7
  sdk_version: 3.12.0
8
  app_file: app.py
 
10
  license: openrail
11
  ---
12
 
13
+ # Swedish Entity Recognition
14
+
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
+
17
+ ## REST API via Gradio
18
+
19
+ curl -X POST -H 'Content-type: application/json' --data '{ "data": ["Mrs API"] }' https://tomsoderlund-swedish-entity-recognition.hf.space/run/predict