File tree 1 file changed +13
-6
lines changed
notebooks/outetts-text-to-speech
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 75
75
" if not Path(helper_file).exists():\n " ,
76
76
" r = requests.get(base_helper_url + helper_file)\n " ,
77
77
" 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)"
84
79
]
85
80
},
86
81
{
126
121
" pip_install(\" -q\" , \" numpy<2.0.0\" )"
127
122
]
128
123
},
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
+ },
129
136
{
130
137
"cell_type" : " code" ,
131
138
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments