Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pkkn2
/
demo2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
demo2
/
Makefile
pkkn2
initial custom check in
bd3a6bf
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
191 Bytes
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
test:
python -m pytest -vv test_*.py
lint:
pylint --disable=R,C *.py
format:
black *.py
all: install lint test