Skip to content

Commit

Permalink
fetch notebook_utils.py, delete quantization
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir committed Jan 26, 2024
1 parent caf2101 commit 956b5f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 805 deletions.
804 changes: 0 additions & 804 deletions notebooks/284-openvoice/284-openvoice-quantization.ipynb

This file was deleted.

8 changes: 7 additions & 1 deletion notebooks/284-openvoice/284-openvoice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,13 @@
"\n",
"from api import BaseSpeakerTTS, ToneColorConverter, OpenVoiceBaseClass\n",
"import se_extractor\n",
"from notebook_utils import download_file"
"\n",
"# Fetch `notebook_utils` module\n",
"import urllib.request\n",
"urllib.request.urlretrieve(\n",
" url='https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/main/notebooks/utils/notebook_utils.py',\n",
" filename='notebook_utils.py'\n",
")"
]
},
{
Expand Down

0 comments on commit 956b5f8

Please sign in to comment.