Skip to content

Commit

Permalink
Update mystic.py (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERustam authored Mar 3, 2024
1 parent 888f7a6 commit af4f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/ocr/mystic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"authorization": f"Bearer {settings.MYSTIC_TOKEN}",
}

PIPELINE_ID = "uriel/easyocr-r:v34"
PIPELINE_ID = "uriel/easyocr-r:v31"


async def load_file_to_mystic(file_content: bytes) -> str:
Expand Down

0 comments on commit af4f97c

Please sign in to comment.