Skip to content

Commit

Permalink
Temp Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt authored Aug 16, 2024
1 parent 02a5365 commit e54bc8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/Applio_NoUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
"source": [
"# @title Clone\n",
"!git clone https://github.com/IAHispano/Applio --branch 3.2.4 --single-branch\n",
"%cd /content/Applio"
"%cd /content/Applio",
"!rm -r /content/Applio/core.py\n",
"!wget https://raw.githubusercontent.com/IAHispano/Applio/d3ce8e99fc23b094dbfbb7addbe9ec2f6fa6864b/core.py -O /content/Applio/core.py\n",

]
},
{
Expand Down Expand Up @@ -704,4 +707,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit e54bc8c

Please sign in to comment.