April 21 Hotfix

This commit is contained in:
Rumah 2024-04-21 08:44:40 +08:00
parent c731006110
commit 9982c06e06
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/Sewlell/VoiceCraft-gradio-colab/blob/master/voicecraft_gradio_colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/Sewlell/VoiceCraft/blob/master/voicecraft_gradio_colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
@ -18,7 +18,7 @@
},
"outputs": [],
"source": [
"!git clone https://github.com/Sewlell/VoiceCraft-gradio-colab.git"
"!git clone https://github.com/Sewlell/VoiceCraft.git"
]
},
{
@ -44,7 +44,7 @@
"\n",
"!pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft\n",
"\n",
"!pip install -r \"/content/VoiceCraft-gradio-colab/gradio_requirements.txt\"\n",
"!pip install -r \"/content/VoiceCraft/gradio_requirements.txt\"\n",
"\n",
"!pip install typer==0.7.0"
]
@ -101,7 +101,7 @@
},
"outputs": [],
"source": [
"!python /content/VoiceCraft-gradio-colab/gradio_app.py --demo-path=/content/VoiceCraft-gradio-colab/demo --tmp-path=/content/VoiceCraft-gradio-colab/demo/temp --models-path=/content/VoiceCraft-gradio-colab/pretrained_models --share"
"!python /content/VoiceCraft/gradio_app.py --demo-path=/content/VoiceCraft/demo --tmp-path=/content/VoiceCraft/demo/temp --models-path=/content/VoiceCraft/pretrained_models --share"
]
},
{