Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ def predict(inp):
|
|
17 |
demo = gr.Interface(fn=predict,
|
18 |
inputs=gr.inputs.Image(type="pil"),
|
19 |
outputs=gr.outputs.Label(num_top_classes=3),
|
20 |
-
examples=[["cheetah.jpg"]],
|
21 |
)
|
22 |
|
23 |
demo.launch()
|
|
|
17 |
demo = gr.Interface(fn=predict,
|
18 |
inputs=gr.inputs.Image(type="pil"),
|
19 |
outputs=gr.outputs.Label(num_top_classes=3),
|
|
|
20 |
)
|
21 |
|
22 |
demo.launch()
|