xtts / InstallFromReadme.sh
rrg92's picture
Minor fix to local test
0ce2c89
raw
history blame contribute delete
214 Bytes
# To be used with docker compose to simulate hugging face space!
version=$(cat README.md | grep -E "sdk_version\: (.+)" | cut -d " " -f 2)
echo "Installing gradio version $version";
pip install gradio==$version