There was an error while loading. Please reload this page.
1 parent e229039 commit aa87f5fCopy full SHA for aa87f5f
1 file changed
src/translation/translation-utils.cpp
@@ -38,6 +38,6 @@ void start_translation(struct transcription_filter_data *gf)
38
});
39
} else {
40
// Model exists, just load it
41
- build_and_enable_translation(gf, model_file_found.value());
+ build_and_enable_translation(gf, model_file_found.value().string());
42
}
43
0 commit comments