my_gradio / scripts /install_gradio.sh
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
192 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pip_required
echo "Installing Gradio..."
pip install -e .
echo "Installing Gradio Client..."
pip install -e client/python