mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-06-05 21:49:11 +02:00
nltk punkt, typer version
This commit is contained in:
@ -11,7 +11,8 @@ import io
|
||||
import numpy as np
|
||||
import random
|
||||
import uuid
|
||||
|
||||
import nltk
|
||||
nltk.download('punkt')
|
||||
|
||||
DEMO_PATH = os.getenv("DEMO_PATH", "./demo")
|
||||
TMP_PATH = os.getenv("TMP_PATH", "./demo/temp")
|
||||
|
@ -42,7 +42,8 @@
|
||||
"\n",
|
||||
"!pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft\n",
|
||||
"\n",
|
||||
"!pip install -r \"/content/VoiceCraft/gradio_requirements.txt\""
|
||||
"!pip install -r \"/content/VoiceCraft/gradio_requirements.txt\"\n",
|
||||
"!pip install typer==0.7.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user