Spaces:
Sleeping
Sleeping
File size: 148 Bytes
19f2b1d | 1 2 3 4 5 6 | version=$(cat README.md | grep -E "sdk_version\: (.+)" | cut -d " " -f 2)
echo "Installing gradio version $version";
pip install gradio==$version
|