Hev832 commited on
Commit
7c67451
·
verified ·
1 Parent(s): 60f15cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  outputs=gr.Label(num_top_classes=3), # Output is a label with top 3 predictions
33
  title="Contextual Image Classification",
34
  description="Upload an image, and the model will classify it based on the context.",
35
- examples = gr.Examples([["./example_1.jpeg"], ["./example_2.jpeg"]], image)
36
  )
37
 
38
  # Launch the interface
 
32
  outputs=gr.Label(num_top_classes=3), # Output is a label with top 3 predictions
33
  title="Contextual Image Classification",
34
  description="Upload an image, and the model will classify it based on the context.",
35
+ examples = gr.Examples([["./example_1.jpeg"], ["./example_2.jpeg"]], Image)
36
  )
37
 
38
  # Launch the interface