Spaces:
Running
Running
Commit
·
b247399
1
Parent(s):
394c690
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ 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=[["
|
| 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 |
+
examples=[["lake.png"]],
|
| 21 |
)
|
| 22 |
|
| 23 |
demo.launch()
|