This commit is contained in:
Serge Zaigraeff
2025-03-01 22:54:20 +03:00
parent e0f872b87d
commit 0fec235757
+2 -2
View File
@@ -41,7 +41,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
@@ -54,7 +54,7 @@
],
"source": [
"# Запуск транскрибации\n",
"server=\"https://box.nnp.space/api/transcribe/A88tc0ZaQO8-JOOiI7pmYM8-Hu60WQAPgMQ-RF_-zz1UBCk\"\n",
"server=\"http:192.168.1.176:5042\"\n",
"file=\"/Users/serge/Downloads/emToQc8pxaI_audio.mp3\"\n",
"text = transcribe_audio(file, server)\n",
"\n",