Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
9a8c7c5
1
Parent(s):
9e72108
remove pd.DataFrame construction
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ space = gr.Interface(
|
|
70 |
article=parse_readme(local_path / "README.md"),
|
71 |
examples=[
|
72 |
[
|
73 |
-
|
|
|
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
|