Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joermd
/
speedy
like
0
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
ea302e0
speedy
/
app.py
joermd
Update app.py
615e710
verified
3 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
import
zipfile
with
zipfile.ZipFile(
"defaults.zip"
,
"r"
)
as
zip_ref:
zip_ref.extractall(
"joermd/speedy/main"
)