Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Politrees
/
Steganography
like
20
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f2aa130
Steganography
/
app.py
Politrees
Update app.py
68f607f
verified
7 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
os
os.system(
"apt-get install -y fonts-dejavu"
)
os.system(
"python steganography.py"
)