annanau commited on
Commit
ca70c40
·
verified ·
1 Parent(s): 6d9fefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ demo = gr.Interface(
36
  inputs=gr.Image(type="pil"),
37
  outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
38
  live=True,
39
- examples=example_images
40
  )
41
 
42
  if __name__ == "__main__":
 
36
  inputs=gr.Image(type="pil"),
37
  outputs=[gr.Label(num_top_classes=len(class_labels)), gr.Number()],
38
  live=True,
 
39
  )
40
 
41
  if __name__ == "__main__":