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...
zouhsab
commited on
Apr 5, 2024
Commit
658c792
·
verified
·
1 Parent(s):
79cea76
Create ZIP.py
Browse files
Files changed (1)
hide
show
ZIP.py
+5
-0
ZIP.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import shutil
2
+
3
+
# Replace "TinyLLaVABench-main" with the actual filename
4
+
with zipfile.ZipFile("TinyLLaVABench-main", 'r') as zip_ref:
5
+
zip_ref.extractall(".") # Extract to the current directory