Harsimran19 commited on
Commit
57f85b0
·
1 Parent(s): 89c9d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ demo=gr.Interface(fn=predict,
35
  inputs=gr.Image(type='pil'),
36
  outputs=gr.Image(type='pil'),
37
  title=title ,
38
- # examples=example_list,
39
  description=description)
 
35
  inputs=gr.Image(type='pil'),
36
  outputs=gr.Image(type='pil'),
37
  title=title ,
38
+ examples=example_list,
39
  description=description)