File size: 187 Bytes
8766bc5
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/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