Skip to content

Commit

Permalink
Update mystic.py (v34)
Browse files Browse the repository at this point in the history
Updated to fractional GPUs
  • Loading branch information
zakhar-kogan authored Mar 3, 2024
1 parent 9ce9a03 commit 9b3bdc5
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:v33"
PIPELINE_ID = "uriel/easyocr-r:v34"


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

0 comments on commit 9b3bdc5

Please sign in to comment.