Spaces:
Runtime error
Runtime error
test examples
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES = [
|
|
47 |
"little lion",
|
48 |
42,
|
49 |
False,
|
50 |
-
0.
|
51 |
30
|
52 |
],
|
53 |
[
|
@@ -59,7 +59,7 @@ EXAMPLES = [
|
|
59 |
"tattoos",
|
60 |
42,
|
61 |
False,
|
62 |
-
0.
|
63 |
30
|
64 |
]
|
65 |
]
|
|
|
47 |
"little lion",
|
48 |
42,
|
49 |
False,
|
50 |
+
0.8,
|
51 |
30
|
52 |
],
|
53 |
[
|
|
|
59 |
"tattoos",
|
60 |
42,
|
61 |
False,
|
62 |
+
0.8,
|
63 |
30
|
64 |
]
|
65 |
]
|