mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
added gradio>=4.44.0 in requirements.txt install.ps1 install.sh
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
ebooks/nano.azw3
BIN
ebooks/nano.azw3
Binary file not shown.
BIN
ebooks/test.pdf
BIN
ebooks/test.pdf
Binary file not shown.
@@ -146,7 +146,7 @@ if ((Check-CondaInstalled) -and (Check-Docker)) {
|
||||
# Install required Python packages with pip, showing progress
|
||||
Write-Host "Installing required Python packages..."
|
||||
& conda run --prefix "$scriptDir\python_env" python.exe -m pip install --upgrade pip --progress-bar on -v
|
||||
& conda run --prefix "$scriptDir\python_env" pip install pydub nltk beautifulsoup4 ebooklib translate coqui-tts tqdm mecab mecab-python3 unidic gradio docker --progress-bar on -v
|
||||
& conda run --prefix "$scriptDir\python_env" pip install pydub nltk beautifulsoup4 ebooklib translate coqui-tts tqdm mecab mecab-python3 unidic gradio>=4.44.0 docker --progress-bar on -v
|
||||
|
||||
# Download unidic language model for MeCab with progress
|
||||
Write-Host "Downloading unidic language model for MeCab..."
|
||||
|
||||
@@ -89,7 +89,7 @@ if [[ -n "$WGET" && -n "$CONDA_VERSION" && -n "$DOCKER" ]]; then
|
||||
conda activate $(pwd)/python_env && \
|
||||
$DOCKER build -f DockerfileUtils -t utils . && \
|
||||
pip install --upgrade pip && \
|
||||
pip install pydub nltk beautifulsoup4 ebooklib translate coqui-tts tqdm mecab mecab-python3 unidic gradio docker && \
|
||||
pip install pydub nltk beautifulsoup4 ebooklib translate coqui-tts tqdm mecab mecab-python3 unidic gradio>=4.44.0 docker && \
|
||||
python -m unidic download && \
|
||||
python -m spacy download en_core_web_sm && \
|
||||
pip install -e . && \
|
||||
|
||||
@@ -8,6 +8,6 @@ tqdm
|
||||
mecab
|
||||
mecab-python3
|
||||
unidic
|
||||
gradio
|
||||
gradio>=4.44.0
|
||||
docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user