nltk punkt, typer version

This commit is contained in:
pyp_l40 2024-04-21 11:38:09 -05:00
parent 9a50faf45b
commit eb8d89f618
2 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

@ -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"
]
},
{