version=$(cat README.md | grep -E "sdk_version\: (.+)" | cut -d " " -f 2) echo "Installing gradio version $version"; pip install gradio==$version