Hugging Face
Models
Datasets
Spaces
Posts
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...
7d0ab8e
raidionics
/
shell
/
format.sh
dbouget
Fixing HF space name and removing demo legacy
c126ca1
over 1 year ago
raw
Copy download link
history
blame
Safe
89 Bytes
#!/bin/bash
isort --sl src/ app.py
black --line-length 80 src/ app.py
flake8 src/ app.py