felipekitamura commited on
Commit
46120cb
·
verified ·
1 Parent(s): bc9b15a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def inference(word1):
62
  return cache
63
 
64
  examples = [
65
- ["brain"],
66
- ["prostate"],
67
  ["lungs"]
68
  ]
69
 
 
62
  return cache
63
 
64
  examples = [
65
+ ["liver"],
66
+ ["brainstem"],
67
  ["lungs"]
68
  ]
69