Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
thookham
/
DeOldify
like
0
PyTorch
ONNX
image-colorization
gan
computer-vision
License:
mit
Model card
Files
Files and versions
xet
Community
ffe6c0b
DeOldify
/
.travis.yml
thookham
Initial commit for Hugging Face sync (Clean History)
e9f9fd3
5 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
sudo:
false
language:
python
install:
pip
install
tox
matrix:
include:
-
python:
"3.6"
env:
TOX_ENV=static
-
python:
"3.6"
env:
TOX_ENV=format
script:
tox
-e
$TOX_ENV