Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
niikun
/
demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
demo
/
Makefile
niikun
first commit
980275a
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
206 Bytes
install:
pip install --upgrade pip &&\
pip install -r requirements.txt
test:
python -m pytest -vv test_hello.py
format:
black *.py
lint:
pylint --disable=R,C hello.py
all: install lint test format