Spaces:
Runtime error
Runtime error
File size: 393 Bytes
8fa4e19 |
1 2 3 4 5 6 7 |
API usage:
Request:
curl -X POST -H 'Content-type: application/json' --data '{ "data": ["translate to SQL: When was Olympics held in Rome? table ID: ID, city, year, cost, attendees"] }' https://gbarone77-txt2sql-poc-v1.hf.space/run/predict
Response
{"data":["SELECT year FROM table WHERE city = rome"],"is_generating":false,"duration":0.8874316215515137,"average_duration":0.8874316215515137 |