diff --git a/dist/index.html b/dist/index.html
index b6d540e..6aff42b 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -274,6 +274,7 @@ async function transcribe(blob) {
return data.error ? { text: '', error: data.error } : { text: data.text || '', error: null };
} catch(e) {
console.log('[HTTP] ERR', e);
+ alert('Ошибка транскрипции: ' + (e.message || e));
return { text: '', error: 'network' };
}
}
@@ -693,7 +694,7 @@ async function doCompare(blob, originalText, duration) {