Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mindmime
/
gradio
like
0
Runtime error
App
Files
Files
Community
main
gradio
/
client
/
python
/
scripts
/
build_pypi.sh
mindmime
Upload folder using huggingface_hub
a03b3ba
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
#!/bin/bash -eu
cd
"
$(dirname ${0})
/.."
python3 -m pip install build
rm
-rf dist/*
rm
-rf build/*
python3 -m build