Th3BossC commited on
Commit
80bb902
·
1 Parent(s): 15935e0

gave examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ demo = gr.Interface(
38
  fn = predict,
39
  inputs = gr.Image(type = 'pil'),
40
  outputs = [gr.Textbox()],
 
41
  title = title,
42
  description = description
43
  )
 
38
  fn = predict,
39
  inputs = gr.Image(type = 'pil'),
40
  outputs = [gr.Textbox()],
41
+ examples = example_list,
42
  title = title,
43
  description = description
44
  )