Hev832 commited on
Commit
01b4eb8
·
verified ·
1 Parent(s): 75cb6c9

Update app.py

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