zouhsab commited on
Commit
658c792
·
verified ·
1 Parent(s): 79cea76

Create ZIP.py

Browse files
Files changed (1) hide show
  1. ZIP.py +5 -0
ZIP.py ADDED
@@ -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