panda2022 commited on
Commit
e20f1fc
·
verified ·
1 Parent(s): 6782f47

Upload test1.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. test1.py +6 -0
test1.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import kagglehub
2
+
3
+ # Download latest version
4
+ path = kagglehub.dataset_download("dibakarsil/9-classes-noisy-image-dataset")
5
+
6
+ print("Path to dataset files:", path)