marufahmed commited on
Commit
4d770d3
·
1 Parent(s): 04a35f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -105,7 +105,6 @@ iface = gr.Interface(fn=process_image,
105
  outputs=gr.outputs.Image(type="pil", label="annotated image"),
106
  title=title,
107
  description=description,
108
- examples=examples,
109
  css=css,
110
  analytics_enabled = True, enable_queue=True)
111
 
 
105
  outputs=gr.outputs.Image(type="pil", label="annotated image"),
106
  title=title,
107
  description=description,
 
108
  css=css,
109
  analytics_enabled = True, enable_queue=True)
110