dmusingu commited on
Commit
cb0d519
·
verified ·
1 Parent(s): 87fd953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,5 +22,4 @@ import gradio as gr
22
 
23
  gr.Interface(fn=predict,
24
  inputs=gr.Image(type="pil"),
25
- outputs=gr.Label(num_top_classes=3),
26
- examples=["lion.jpg", "cheetah.jpg"]).launch()
 
22
 
23
  gr.Interface(fn=predict,
24
  inputs=gr.Image(type="pil"),
25
+ outputs=gr.Label(num_top_classes=3)).launch()