Skip to content

Commit

Permalink
Update Real-time-voice-cloning.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ghumman3131 authored Jul 12, 2020
1 parent 0b87fed commit 9c2a530
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Real-time-voice-cloning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#change directory to the folder which we just cloned"
"change directory to the folder which we just cloned"
]
},
{
Expand All @@ -37,12 +37,12 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#install all dependencies using pip"
"install all dependencies using pip"
]
},
{
Expand All @@ -55,12 +55,12 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#Download pretrained model from google drive"
"Download pretrained model from google drive"
]
},
{
Expand All @@ -73,12 +73,12 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#extract the downloaded model"
"extract the downloaded model"
]
},
{
Expand All @@ -91,12 +91,12 @@
]
},
{
"cell_type": "code",
"cell_type": "markdown",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Run the demo"
"Run the demo"
]
},
{
Expand Down

0 comments on commit 9c2a530

Please sign in to comment.