Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ image = gr.Image() # Image input without shape argument
|
|
| 36 |
label = gr.Label() # Label output
|
| 37 |
|
| 38 |
# Define some example images (make sure these paths are correct)
|
| 39 |
-
examples = ['
|
| 40 |
|
| 41 |
# Create the Gradio interface
|
| 42 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
|
|
|
| 36 |
label = gr.Label() # Label output
|
| 37 |
|
| 38 |
# Define some example images (make sure these paths are correct)
|
| 39 |
+
examples = ['monet.jpg', 'manet2.jpg', 'manet1.jpeg']
|
| 40 |
|
| 41 |
# Create the Gradio interface
|
| 42 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|