You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking in Wireshark, it seems calling MangaOCR() makes various connections to https://huggingface.co/. How do I disable all these internet accesses? I do not see what purpose they have, since the library will work offline.
The text was updated successfully, but these errors were encountered:
It seems that adding local_files_only=True to lines 17, 18 and 19 of manga_ocr/ocr.py works. Could this be made an option when initializing the library? Thank you!
Looking in Wireshark, it seems calling
MangaOCR()
makes various connections to https://huggingface.co/. How do I disable all these internet accesses? I do not see what purpose they have, since the library will work offline.The text was updated successfully, but these errors were encountered: