Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dbouget
/
raidionics
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
72f9ad7
raidionics
/
shell
/
format.sh
dbouget
Initial full commit [skip ci]
3ca8ae1
over 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
#!/bin/bash
isort --sl demo/src/ demo/app.py
black --line-length 80 demo/src/ demo/app.py
flake8 demo/src/ demo/app.py