Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
asFrants
/
TextSummarization
like
0
Sleeping
App
Files
Files
Community
28a5857
TextSummarization
/
tox.ini
asFrants
add new files for docker and fast api
d95cbea
10 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
[flake8]
exclude
= .git, __pycache__, env, .venv
max-line-length
=
88
max-complexity
=
18
extend-ignore
= E203, E266, E501, W503