Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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 = ['
|
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,
|