m-ric HF staff commited on
Commit
905eca1
1 Parent(s): 577fccd

Update examples.py

Browse files
Files changed (1) hide show
  1. examples.py +6 -6
examples.py CHANGED
@@ -77,9 +77,9 @@ Key points: [
77
  ]
78
  """
79
 
80
- list_examples = [
81
- {"description": description_loire, "output": output_example_loire},
82
- {"description": description_aligned, "output": output_example_aligned},
83
- {"description": description_chinatown, "output": output_example_chinatown},
84
- {"description": description_taiwan, "output": output_example_taiwan},
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
+ }