Spaces:
Sleeping
Sleeping
Commit ·
93809be
1
Parent(s): b64b98e
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=[["111212.jpg"]],
|
| 21 |
)
|
| 22 |
|
| 23 |
demo.launch()
|