EvanMarie commited on
Commit
ef597a1
1 Parent(s): 130ac98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def classify_attractiveness(img):
14
  intf = gr.Interface(fn=classify_attractiveness,
15
  inputs=gr.Image(shape=(192, 192)),
16
  outputs=gr.Label(),
17
- examples=['img01.jpg', 'img02.jpg', 'img03.jpg', 'img04.jpg', 'img05.jpg', 'img06.jpg', 'img07.jpg'])
18
  intf.launch(inline=False)
19
 
20
 
 
14
  intf = gr.Interface(fn=classify_attractiveness,
15
  inputs=gr.Image(shape=(192, 192)),
16
  outputs=gr.Label(),
17
+ examples=['img01.jpg', 'img02.jpg', 'img03.jpg', 'img04.jpg', 'img05.jpg', 'img06.jpg', 'img07.jpeg'])
18
  intf.launch(inline=False)
19
 
20