Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
pkiage
/
fast_arbitrary_image_style_transfer
like
3
Runtime error
App
Files
Files
Community
5d9b5ae
fast_arbitrary_image_style_transfer
/
src
/
data
/
utils.py
pkiage
First commit
732b57d
over 2 years ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
os
def
remove_source_images
():
os.remove(
'style.jpg'
)
os.remove(
'content.jpg'
)