Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = {
|