Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
webtest1s/test34
webtest1s
/
test346
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
webtest1s
commited on
Apr 2
Commit
1c3157b
·
verified
·
1 Parent(s):
c30738e
Create test.py
Browse files
Files changed (1)
hide
show
test.py
+8
-0
test.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import os
2
+
3
+
path = "/data/other_bucket"
4
+
5
+
files = os.listdir(path)
6
+
7
+
for f in files:
8
+
print(f)