Closed Scopinou closed 1 year ago
Hello,
When I ask the bot to solve a OCR for images, I got that answer :
Here is the error on the console :
I have already set hugging face api key.
try again in like 5 seconds
Sometimes, it seems to work, sometimes not.
[Exception('API request failed with status code 503: {"error":"Model microsoft/trocr-base-printed is currently loading","estimated_time":20.0}'), [{'generated_text': 'a sign that says "don\'t miss the holidays" '}]]
Sometimes, it seems to work, sometimes not.
[Exception('API request failed with status code 503: {"error":"Model microsoft/trocr-base-printed is currently loading","estimated_time":20.0}'), [{'generated_text': 'a sign that says "don\'t miss the holidays" '}]]
Hmm i should try to make the model stay awake by sending GET request every 1 minutes with timeout of 30
Hello,
When I ask the bot to solve a OCR for images, I got that answer :
Here is the error on the console :
I have already set hugging face api key.