Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,8 +48,8 @@ iface = gr.Interface(
|
|
| 48 |
fn=predict,
|
| 49 |
inputs=gr.Image(type="pil"),
|
| 50 |
outputs=gr.Label(num_top_classes=5),
|
| 51 |
-
title="Image Classification with ONNX
|
| 52 |
-
description="
|
| 53 |
examples=[example_image], # Add the example image to the interface
|
| 54 |
)
|
| 55 |
|
|
|
|
| 48 |
fn=predict,
|
| 49 |
inputs=gr.Image(type="pil"),
|
| 50 |
outputs=gr.Label(num_top_classes=5),
|
| 51 |
+
title="Image Classification with ONNX using EVA02 model",
|
| 52 |
+
description="Blog post: https://dicksonneoh.com/portfolio/supercharge_your_pytorch_image_models/",
|
| 53 |
examples=[example_image], # Add the example image to the interface
|
| 54 |
)
|
| 55 |
|