ThatOrJohn commited on
Commit
edfa781
·
verified ·
1 Parent(s): 870f1b8

interface examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ gradio_app = gr.Interface(
12
  inputs=gr.Image(label="Pineapple image for classification", sources=['upload', 'webcam'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
  title="Pineapple ring or chunk?",
 
15
  )
16
 
17
  if __name__ == "__main__":
 
12
  inputs=gr.Image(label="Pineapple image for classification", sources=['upload', 'webcam'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
  title="Pineapple ring or chunk?",
15
+ examples="examples",
16
  )
17
 
18
  if __name__ == "__main__":