felipekitamura commited on
Commit
1ef8e00
·
verified ·
1 Parent(s): 524d13b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,9 +80,9 @@ def inference(word1, word2, word3):
80
  return cache
81
 
82
  examples = [
83
- ["woman", "man", "aunt"],
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(