gtp-final / gradio /client /python /build_pypi.sh
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
126 Bytes
#!/bin/bash
set -e
cd "$(dirname ${0})"
python3 -m pip install build
rm -rf dist/*
rm -rf build/*
python3 -m build