stvnnnnnn commited on
Commit
e6df0bd
·
verified ·
1 Parent(s): 9c83e37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -1,10 +1,6 @@
1
- ---
2
- title: Nl2sql Tapex Backend
3
- emoji: 🏃
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: docker
7
- pinned: false
8
- ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
+ # NL→SQL – TAPEX + WikiSQL (HF Space)
 
 
 
 
 
 
 
2
 
3
+ API FastAPI:
4
+ - `GET /api/health`
5
+ - `GET /api/preview`
6
+ - `POST /api/nl2sql` body: `{"nl_query":"..."}`