ysharma HF staff commited on
Commit
e319431
1 Parent(s): 2053e54
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ examples = ["wordsearch2.jpg"]
19
  words = ["allude", "lest", "apples", "lore", "lorna", "brunner", "buccaneer", "northward", "decently", "plessey", "dialled", "pointing", "duce", "protestor", "fairer", "removable", "finality", "risc", "gasp", "skates", "hawk", "spoke", "insomnia", "lear", "troll"]
20
 
21
  iface = gr.Interface(fn=wordsrch,
 
22
  # Please choose from: 'numpy', 'pil', 'filepath'.
23
  inputs=gr.inputs.Image(type='filepath', label='Input'), #"en"],
24
  #outputs=gr.outputs.Image(type='file', label='Output'),
 
19
  words = ["allude", "lest", "apples", "lore", "lorna", "brunner", "buccaneer", "northward", "decently", "plessey", "dialled", "pointing", "duce", "protestor", "fairer", "removable", "finality", "risc", "gasp", "skates", "hawk", "spoke", "insomnia", "lear", "troll"]
20
 
21
  iface = gr.Interface(fn=wordsrch,
22
+ description = "Work in progress ...",
23
  # Please choose from: 'numpy', 'pil', 'filepath'.
24
  inputs=gr.inputs.Image(type='filepath', label='Input'), #"en"],
25
  #outputs=gr.outputs.Image(type='file', label='Output'),