Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def fn( text1, text2, single_checkbox, checkboxes, radio, im4,
|
|
38 |
# np.flipud(im1) if im1 is not None else os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"), # Image
|
39 |
# video if video is not None else os.path.join(os.path.dirname(__file__), "files/world.mp4"), # Video
|
40 |
[
|
41 |
-
( datasetLOINC.filter(lambda example: example["Description"].startswith("Mental" ),
|
42 |
("The", "art"),
|
43 |
("quick brown", "adj"),
|
44 |
("fox", "nn"),
|
|
|
38 |
# np.flipud(im1) if im1 is not None else os.path.join(os.path.dirname(__file__), "files/cheetah1.jpg"), # Image
|
39 |
# video if video is not None else os.path.join(os.path.dirname(__file__), "files/world.mp4"), # Video
|
40 |
[
|
41 |
+
( datasetLOINC.filter(lambda example: example["Description"].startswith("Mental" )),
|
42 |
("The", "art"),
|
43 |
("quick brown", "adj"),
|
44 |
("fox", "nn"),
|