update examples
Browse files
app.py
CHANGED
|
@@ -63,11 +63,11 @@ iface = gr.Interface(
|
|
| 63 |
outputs="html",
|
| 64 |
theme="grass",
|
| 65 |
examples=[
|
| 66 |
-
[
|
| 67 |
-
[
|
| 68 |
-
[
|
| 69 |
[59, "Male", "Coloured", 1],
|
| 70 |
-
[73, "Female", "Other",
|
| 71 |
[4, "Female", "Black", 2],
|
| 72 |
[34, "Female", "Asian", 1],
|
| 73 |
],
|
|
|
|
| 63 |
outputs="html",
|
| 64 |
theme="grass",
|
| 65 |
examples=[
|
| 66 |
+
[77, "Female", "Asian", 2],
|
| 67 |
+
[28, "Male", "Black", 1],
|
| 68 |
+
[75, "Male", "White", 2],
|
| 69 |
[59, "Male", "Coloured", 1],
|
| 70 |
+
[73, "Female", "Other", 1],
|
| 71 |
[4, "Female", "Black", 2],
|
| 72 |
[34, "Female", "Asian", 1],
|
| 73 |
],
|