File size: 147 Bytes
4159dc2
 
 
 
 
1
2
3
4
5
version=$(cat README.md | grep -E "sdk_version\: (.+)" | cut -d " " -f 2)

echo "Installing gradio version $version";

pip install gradio==$version