vumichien commited on
Commit
ef25c28
1 Parent(s): d64ea61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()