christopher commited on
Commit
3d77f49
Β·
1 Parent(s): d0a445c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -33,7 +33,13 @@ iface = gr.Interface(
33
  ["##logy"],
34
  ["responded"],
35
  ["king"],
36
- ["hospital"]
 
 
 
 
 
 
37
  ],
38
  )
39
  iface.launch(enable_queue=True, debug=True, show_error=True)
 
33
  ["##logy"],
34
  ["responded"],
35
  ["king"],
36
+ ["hospital"],
37
+ ["disease"],
38
+ ["grammar"],
39
+ ["aristotle"],
40
+ ["##ting"],
41
+ ["woman"],
42
+ ["man"]
43
  ],
44
  )
45
  iface.launch(enable_queue=True, debug=True, show_error=True)