Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xray918
/
my_gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
my_gradio
/
client
/
python
/
build_pypi.sh
xray918
Upload folder using huggingface_hub
0ad74ed
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
#!/bin/bash
set
-e
cd
"
$(dirname ${0})
"
python3 -m pip install build
rm
-rf dist/*
rm
-rf build/*
python3 -m build