Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Big-Web
/
MMSD
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sean Laurent
commited on
May 10, 2023
Commit
debf98a
·
1 Parent(s):
212910b
Testing boto3
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -37,6 +37,7 @@ model_inputs = {
37
}
38
}
39
40
for obj in bucket.objects.all():
41
print(obj.key)
42
37
}
38
}
39
40
+
# Test
41
for obj in bucket.objects.all():
42
print(obj.key)
43