DeleMike commited on
Commit
3f47bee
1 Parent(s): 5b03edd

remove pic

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. tears.jpeg +0 -0
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(img):
14
  # building gradio interface
15
  image = gr.inputs.Image(shape=(192, 192))
16
  label = gr.outputs.Label()
17
- examples = ['computer_vision man.jpg', 'crying.png', 'tears.jpeg']
18
 
19
  intf = gr.Interface(fn=predict, inputs=image, outputs=label, examples=examples)
20
  intf.launch(inline=False)
 
14
  # building gradio interface
15
  image = gr.inputs.Image(shape=(192, 192))
16
  label = gr.outputs.Label()
17
+ examples = ['computer_vision man.jpg', 'crying.png']
18
 
19
  intf = gr.Interface(fn=predict, inputs=image, outputs=label, examples=examples)
20
  intf.launch(inline=False)
tears.jpeg DELETED
Binary file (5.43 kB)