John Graham Reynolds commited on
Commit
28f951d
·
1 Parent(s): 01ab558

remove indexing on example func

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ space = gr.Interface(
50
  # TODO: load test cases and use them to populate examples
51
  examples=[
52
  # correct depth?
53
- parse_test_cases(test_cases, feature_names, gradio_input_types)[0]
54
  ],
55
  cache_examples=False
56
  )
 
50
  # TODO: load test cases and use them to populate examples
51
  examples=[
52
  # correct depth?
53
+ parse_test_cases(test_cases, feature_names, gradio_input_types)
54
  ],
55
  cache_examples=False
56
  )