From 0fec23575795160e9d36c7fc932acd7be2ed3232 Mon Sep 17 00:00:00 2001 From: Serge Zaigraeff Date: Sat, 1 Mar 2025 22:54:20 +0300 Subject: [PATCH] . --- client_api.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client_api.ipynb b/client_api.ipynb index 2f08ae3..e293773 100644 --- a/client_api.ipynb +++ b/client_api.ipynb @@ -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",