gradio/scripts/install_gradio.sh
1lint f97b18ec9d
Allow decoding b64 string without header in processing utils (#4031)
* allow decoding b64 string without headers

* install gradio-client in edittable mode

* update GH actions

* add test for decoding headerless b64

* add test for decoding headerless b64 image

* some linting

* fix test

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-05-01 18:24:54 -05:00

12 lines
187 B
Bash

#!/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