Spaces:
Runtime error
Runtime error
azaninello
commited on
Commit
•
f8b41af
1
Parent(s):
636a309
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,10 @@ demo = gr.Interface(
|
|
15 |
],
|
16 |
"text",
|
17 |
examples=[
|
18 |
-
[
|
19 |
-
[
|
20 |
-
[
|
21 |
-
[
|
22 |
],
|
23 |
)
|
24 |
|
|
|
15 |
],
|
16 |
"text",
|
17 |
examples=[
|
18 |
+
["cats", "park", ["ran", "swam"], True],
|
19 |
+
["dog", "zoo", ["ate", "swam"], False],
|
20 |
+
["bird", "road", ["ran"], False],
|
21 |
+
["cat", "zoo", ["ate"], True],
|
22 |
],
|
23 |
)
|
24 |
|