successfulpm commited on
Commit
25e6bc1
·
verified ·
1 Parent(s): 9355b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['monet2.jpg', 'manet2.jpg', 'manet1.jpeg']
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)