Spaces:
Sleeping
Sleeping
File size: 97 Bytes
38e83ed |
1 2 3 |
import zipfile
with zipfile.ZipFile("dataset.zip", 'r') as zip_ref:
zip_ref.extractall(".") |