gradio / scripts /install_gradio.sh
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame contribute delete
No virus
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