Skip to content

Commit 216991c

Browse files
Fix
1 parent 9a8d99d commit 216991c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

notebooks/outetts-text-to-speech/outetts-text-to-speech.ipynb

+13-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,7 @@
7575
" if not Path(helper_file).exists():\n",
7676
" r = requests.get(base_helper_url + helper_file)\n",
7777
" with Path(helper_file).open(\"w\") as f:\n",
78-
" f.write(r.text)\n",
79-
"\n",
80-
"# Read more about telemetry collection at https://github.com/openvinotoolkit/openvino_notebooks?tab=readme-ov-file#-telemetry\n",
81-
"from notebook_utils import collect_telemetry\n",
82-
"\n",
83-
"collect_telemetry(\"outetts-text-to-speech.ipynb\")"
78+
" f.write(r.text)"
8479
]
8580
},
8681
{
@@ -126,6 +121,18 @@
126121
" pip_install(\"-q\", \"numpy<2.0.0\")"
127122
]
128123
},
124+
{
125+
"cell_type": "code",
126+
"execution_count": null,
127+
"metadata": {},
128+
"outputs": [],
129+
"source": [
130+
"# Read more about telemetry collection at https://github.com/openvinotoolkit/openvino_notebooks?tab=readme-ov-file#-telemetry\n",
131+
"from notebook_utils import collect_telemetry\n",
132+
"\n",
133+
"collect_telemetry(\"outetts-text-to-speech.ipynb\")"
134+
]
135+
},
129136
{
130137
"cell_type": "code",
131138
"execution_count": null,

0 commit comments

Comments
 (0)