Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zouhsab
/
ADTinnyLLava
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ae9dec3
ADTinnyLLava
/
ZIP.py
zouhsab
Create ZIP.py
658c792
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
197 Bytes
import
shutil
# Replace "TinyLLaVABench-main" with the actual filename
with
zipfile.ZipFile(
"TinyLLaVABench-main"
,
'r'
)
as
zip_ref:
zip_ref.extractall(
"."
)
# Extract to the current directory