Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ali-ghamdan
/
deoldify
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deoldify
/
fastai
/
gen_doc
/
core.py
ali-ghamdan
publish
31a913a
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
from
..core
import
*
import
re
def
strip_fastai
(
s
):
return
re.sub(
r'^fastai\.'
,
''
, s)