moshel commited on
Commit
7d40a69
·
1 Parent(s): 4cb54d8

noexamples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ import gradio as gr
25
  gr.Interface(fn=predict,
26
  inputs=gr.Image(type="pil"),
27
  outputs=gr.Label(num_top_classes=3),
28
- examples=["lion.jpg", "cheetah.jpg"]).launch()
29
 
30
 
 
25
  gr.Interface(fn=predict,
26
  inputs=gr.Image(type="pil"),
27
  outputs=gr.Label(num_top_classes=3),
28
+ ).launch()
29
 
30