Spaces:
Runtime error
Runtime error
Update examples.py
Browse files- examples.py +6 -6
examples.py
CHANGED
@@ -77,9 +77,9 @@ Key points: [
|
|
77 |
]
|
78 |
"""
|
79 |
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
77 |
]
|
78 |
"""
|
79 |
|
80 |
+
trip_examples = {
|
81 |
+
description_loire: output_example_loire,
|
82 |
+
escription_aligned: output_example_aligned,
|
83 |
+
escription_chinatown: output_example_chinatown,
|
84 |
+
description_taiwan: output_example_taiwan
|
85 |
+
}
|