zouhsab commited on
Commit
99c1d57
·
verified ·
1 Parent(s): eb34b99

Delete ZIP.py

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