hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
187 Bytes
#!/bin/bash
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pip_required
echo "Installing Gradio..."
pip install -e .
echo "Installing Gradio Client..."
pip install -e client/python