Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,8 @@ iface = gr.Interface(
|
|
| 74 |
get_classification,
|
| 75 |
gr.inputs.Image(shape=(200, 200)),
|
| 76 |
outputs="label",
|
| 77 |
-
title = 'Image Classification',
|
|
|
|
|
|
|
| 78 |
)
|
| 79 |
iface.launch()
|
|
|
|
| 74 |
get_classification,
|
| 75 |
gr.inputs.Image(shape=(200, 200)),
|
| 76 |
outputs="label",
|
| 77 |
+
title = 'Universal Image Classification',
|
| 78 |
+
description = "Imagenet classification from Mobilenetv3 converting to ONNX runtime",
|
| 79 |
+
article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
|
| 80 |
)
|
| 81 |
iface.launch()
|