gradio-zerogpu-uvicorn / InstallFromReadme.sh
rrg92's picture
Changed to Gradio + python
4159dc2
raw
history blame contribute delete
147 Bytes
version=$(cat README.md | grep -E "sdk_version\: (.+)" | cut -d " " -f 2)
echo "Installing gradio version $version";
pip install gradio==$version