drsaikirant88 commited on
Commit
7dc2aca
1 Parent(s): 9e93256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,5 +37,6 @@ gr.Interface(fn = predict,
37
  inputs = gr.Image(shape=(48, 48), image_mode='L'),
38
  outputs = gr.Label(),
39
  title = title,
 
40
  description = description,
41
  article=article).launch(enable_queue=enable_queue)
 
37
  inputs = gr.Image(shape=(48, 48), image_mode='L'),
38
  outputs = gr.Label(),
39
  title = title,
40
+ examples = examples,
41
  description = description,
42
  article=article).launch(enable_queue=enable_queue)