Mattral commited on
Commit
6c21019
·
verified ·
1 Parent(s): 5478bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,8 +136,8 @@ def main():
136
 
137
  #Mappings (dictionaries) for the model and decoder. Asigns the directory or the DecoderType of the selected option.
138
  modelMapping = {
139
- "Single_Model": 'model/word-model',
140
- "Line_Model": 'model/line-model'
141
  }
142
 
143
  decoderMapping = {
 
136
 
137
  #Mappings (dictionaries) for the model and decoder. Asigns the directory or the DecoderType of the selected option.
138
  modelMapping = {
139
+ "Single_Model": '../model/word-model',
140
+ "Line_Model": '../model/line-model'
141
  }
142
 
143
  decoderMapping = {