Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def predict(inp):
|
|
24 |
demo = gr.Interface(fn=predict,
|
25 |
inputs=gr.inputs.Image(type="pil"),
|
26 |
outputs=gr.outputs.Label(num_top_classes=3),
|
27 |
-
examples=[["
|
28 |
)
|
29 |
|
30 |
# launch
|
|
|
24 |
demo = gr.Interface(fn=predict,
|
25 |
inputs=gr.inputs.Image(type="pil"),
|
26 |
outputs=gr.outputs.Label(num_top_classes=3),
|
27 |
+
examples=[["cheetah.jpg"]],
|
28 |
)
|
29 |
|
30 |
# launch
|