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
99c1d57
·
verified
·
1 Parent(s):
eb34b99
Delete ZIP.py
Browse files
Files changed (1)
hide
show
ZIP.py
+0
-5
ZIP.py
DELETED
Viewed
@@ -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