Commit
·
33c8677
1
Parent(s):
a43f135
Update models.py
Browse files
models.py
CHANGED
@@ -34,7 +34,7 @@ def main():
|
|
34 |
return "unk_modality"
|
35 |
return None
|
36 |
|
37 |
-
supported_revisions = ["17_10_22", "10_10_22", "27_09_22"]
|
38 |
|
39 |
st.cache(allow_output_mutation=True)
|
40 |
def process_dataset(version):
|
|
|
34 |
return "unk_modality"
|
35 |
return None
|
36 |
|
37 |
+
supported_revisions = ["24_10_22", "17_10_22", "10_10_22", "27_09_22"]
|
38 |
|
39 |
st.cache(allow_output_mutation=True)
|
40 |
def process_dataset(version):
|