Post
628
I created a model using a notebook and am happy with its accuracy. The next step was to deploy it on huggingface space and use api to submit a form that executes the model on the backend.
My files are uploaded. My front end look good. By Backend health check is good. The space is running with no errors. However, when I submit the predict button the app just times out waiting for the backend to respond. THere are no errors in the logs. but the front end reponds API Error 500. If I switch to dev mode which I understand is in preview then the build breaks, so I cannot use that.
tifischer/SmartKart_Prediction
My files are uploaded. My front end look good. By Backend health check is good. The space is running with no errors. However, when I submit the predict button the app just times out waiting for the backend to respond. THere are no errors in the logs. but the front end reponds API Error 500. If I switch to dev mode which I understand is in preview then the build breaks, so I cannot use that.
tifischer/SmartKart_Prediction