luvk1412 / Sign-Language-to-Text

A python based app which can convert the shown sign language using hand to text in real time
206 stars 134 forks source link

IndentationError: unindent does not match any outer indentation level #19

Open Harish-sy opened 3 years ago

Harish-sy commented 3 years ago

File "app.py", line 17 self.hs = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff') ^ IndentationError: unindent does not match any outer indentation level

Goutham-1507 commented 3 years ago

File "app.py", line 17 self.hs = hunspell.HunSpell('/usr/share/hunspell/en_US.dic', '/usr/share/hunspell/en_US.aff') ^ IndentationError: unindent does not match any outer indentation level

open that code in visual studio code.. You will there is an indendation error above line 17(line 16).. hope solves the issue

saugaatallabadi commented 3 years ago

Rewrite this line self.directory = 'model' Some indentation issue.