davidgasquez commited on
Commit
68d921a
·
verified ·
1 Parent(s): 9a32308

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ app_port: 8084
13
 
14
  A simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic).
15
 
16
- To upload the datasets to the Hugging Face Space, you can use the following command:
17
 
18
  ```bash
19
- uv run huggingface-cli upload --token=$HUGGINGFACE_TOKEN datonic/api --repo-type=space --delete "*" ./api .
20
  ```
 
13
 
14
  A simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic).
15
 
16
+ The API is available at `https://datonic-api.hf.space`.
17
 
18
  ```bash
19
+ curl -X POST -d "select * from world_development_indicators limit 10" https://datonic-api.hf.space/api/sql
20
  ```