EvanMarie commited on
Commit
1fed1f4
·
1 Parent(s): f23b3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def classify_madness(img):
11
  intf = gr.Interface(fn=classify_madness,
12
  inputs=gr.Image(shape=(192, 192)),
13
  outputs=gr.Label(),
14
- examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', 'diemos.jpg'])
15
  intf.launch(inline=False)
16
 
17
 
 
11
  intf = gr.Interface(fn=classify_madness,
12
  inputs=gr.Image(shape=(192, 192)),
13
  outputs=gr.Label(),
14
+ examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', 'deimos.jpg'])
15
  intf.launch(inline=False)
16
 
17