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
f28c97e
·
1 Parent(s):
debf98a
Fixing Missing Imports (boto3)
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -37,7 +37,6 @@ model_inputs = {
37
}
38
}
39
40
-
# Test
41
for obj in bucket.objects.all():
42
print(obj.key)
43
37
}
38
}
39
40
for obj in bucket.objects.all():
41
print(obj.key)
42