patrickvonplaten
commited on
Commit
·
2f3593a
1
Parent(s):
9f7a953
finish
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +0 -1
__pycache__/app.cpython-310.pyc
CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -36,7 +36,6 @@ num_images = len(SUBMISSIONS[submission_names[0]])
|
|
36 |
|
37 |
|
38 |
def load_submissions():
|
39 |
-
return {}
|
40 |
all_datasets = list_datasets(author=SUBMISSION_ORG)
|
41 |
relevant_ids = [d.id for d in all_datasets]
|
42 |
|
|
|
36 |
|
37 |
|
38 |
def load_submissions():
|
|
|
39 |
all_datasets = list_datasets(author=SUBMISSION_ORG)
|
40 |
relevant_ids = [d.id for d in all_datasets]
|
41 |
|