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...
976361d
speedy
/
app.py
joermd
Create app.py
e281fc5
verified
3 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
import
zipfile
with
zipfile.ZipFile(
"بيانات تدريبzip"
,
"r"
)
as
zip_ref:
zip_ref.extractall(
"joermd/speedy/main"
)