gracjans commited on
Commit
38e41b4
·
1 Parent(s): 15fa72e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def classify_image(cover):
27
  cover = gr.inputs.Image(shape=(width, height), label='Upload cover image to classify')
28
  label = gr.outputs.Label(label='Model prediction')
29
 
30
- examples = ['examples/doom.jpg', 'examples/gta.jpg', 'examples/sapiens.jpg', 'examples/life3.jpg']
31
 
32
  interface = gr.Interface(fn=classify_image,
33
  inputs=cover,
 
27
  cover = gr.inputs.Image(shape=(width, height), label='Upload cover image to classify')
28
  label = gr.outputs.Label(label='Model prediction')
29
 
30
+ examples = ['doom.jpg', 'gta.jpg', 'sapiens.jpg', 'life3.jpg']
31
 
32
  interface = gr.Interface(fn=classify_image,
33
  inputs=cover,