minu
RRunPod
•Created by minu on 3/22/2024 in #⚡|serverless
Img2txt code works locally but not after deploying
I am using a model for Image 2 text , i have made its handler file and tested it locally , for testing i have used a json file with just defining the input
{
"input": {
"image_path": "/content/1700052015451vm8aj9ac.png"
} }
and test it by !python -u rp_handler.py but when i made its dockerfile, pushed it and used it through serverless api, tested it on postman am getting error image not found this is my handler script
} }
and test it by !python -u rp_handler.py but when i made its dockerfile, pushed it and used it through serverless api, tested it on postman am getting error image not found this is my handler script
11 replies