John Smith commited on
Commit
6caaed0
·
1 Parent(s): 34349aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -20,12 +20,12 @@ demo = gr.Interface(
20
  gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
21
  ],
22
  "text",
23
- examples=[
24
- [2, "cat", ["Japan", "Pakistan"], "park", ["ate", "swam"], True],
25
- [4, "dog", ["Japan"], "zoo", ["ate", "swam"], False],
26
- [10, "bird", ["USA", "Pakistan"], "road", ["ran"], False],
27
- [8, "cat", ["Pakistan"], "zoo", ["ate"], True],
28
- ]
29
  )
30
 
31
  if __name__ == "__main__":
 
20
  gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
21
  ],
22
  "text",
23
+ #examples=[
24
+ # [2, "cat", ["Japan", "Pakistan"], "park", ["ate", "swam"], True],
25
+ # [4, "dog", ["Japan"], "zoo", ["ate", "swam"], False],
26
+ # [10, "bird", ["USA", "Pakistan"], "road", ["ran"], False],
27
+ # [8, "cat", ["Pakistan"], "zoo", ["ate"], True],
28
+ #]
29
  )
30
 
31
  if __name__ == "__main__":