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
I need to add below mentioned languages in the GUI section and somewhat successful in achieving it.
"bn", "gu", "hi", "kn", "ml", "mr", "ta", "te"
but everytime I am running the gui.py file I am getting high_level.py", line 114, in translate_patch page_layout = model.predict(image, imgsz=int(pix.height / 32) * 32)[0] AttributeError: 'NoneType' object has no attribute 'predict'
Is there a way to resolve this? If yes, how?
The text was updated successfully, but these errors were encountered:
I need to add below mentioned languages in the GUI section and somewhat successful in achieving it.
"bn", "gu", "hi", "kn", "ml", "mr", "ta", "te"
but everytime I am running the gui.py file I am getting
high_level.py", line 114, in translate_patch page_layout = model.predict(image, imgsz=int(pix.height / 32) * 32)[0] AttributeError: 'NoneType' object has no attribute 'predict'
Is there a way to resolve this? If yes, how?
The text was updated successfully, but these errors were encountered: