John Graham Reynolds commited on
Commit
9a8c7c5
·
1 Parent(s): 9e72108

remove pd.DataFrame construction

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ space = gr.Interface(
70
  article=parse_readme(local_path / "README.md"),
71
  examples=[
72
  [
73
- pd.DataFrame(parse_test_cases(test_cases, feature_names, gradio_input_types)[0]),
 
74
  ],
75
  ],
76
  cache_examples=False
 
70
  article=parse_readme(local_path / "README.md"),
71
  examples=[
72
  [
73
+ parse_test_cases(test_cases, feature_names, gradio_input_types)[0],
74
+ "weighted"
75
  ],
76
  ],
77
  cache_examples=False