Initial commit

This commit is contained in:
Guilherme Werner
2023-10-06 19:45:45 -03:00
commit 7210933a15
5 changed files with 83 additions and 0 deletions

19
test.rest Normal file
View File

@ -0,0 +1,19 @@
###
POST http://localhost:5000/caption
Content-Type: application/json
{
"image_url": "http://images.cocodataset.org/test-stuff2017/000000009384.jpg"
}
###
POST http://localhost:5000/caption
Content-Type: application/json
{
"image_url": "https://static.todamateria.com.br/upload/ur/so/ursopolarreproducao-cke.jpg?auto_optimize=low"
}
###