Unverified Commit 65be1df7 authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub
Browse files

initialize result so not to cause exception on empty results

parent fef98723
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ class InterrogateModels:
        return caption[0]

    def interrogate(self, pil_image):
        res = None
        res = ""

        try: