Spaces:
Sleeping
Sleeping
felipekitamura
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,9 +80,9 @@ def inference(word1, word2, word3):
|
|
80 |
return cache
|
81 |
|
82 |
examples = [
|
83 |
-
["woman", "man", "
|
84 |
-
["woman", "man", "girl"],
|
85 |
["woman", "man", "granddaughter"],
|
|
|
86 |
]
|
87 |
|
88 |
iface = gr.Interface(
|
|
|
80 |
return cache
|
81 |
|
82 |
examples = [
|
83 |
+
["woman", "man", "girl"],
|
|
|
84 |
["woman", "man", "granddaughter"],
|
85 |
+
["woman", "man", "aunt"],
|
86 |
]
|
87 |
|
88 |
iface = gr.Interface(
|