Nigus commited on
Commit
37161f1
1 Parent(s): acc8e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,9 +44,9 @@ def inference(input_image):
44
  inputs = gr.inputs.Image(type='pil')
45
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
46
 
47
- title = "Shufflenet_v2 By Bekalu Nigus Dawit"
48
  description = " Thesis Title: The Development of an Image Classification Application based on Shufflenet"
49
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1807.11164'>ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design</a> | <a href='https://github.com/pytorch/vision/blob/master/torchvision/models/shufflenetv2.py'>Github Repo</a></p>"
50
 
51
  examples = [
52
  ['dog.jpg'],['pizza.jpeg'],['mushroom.jpeg']
 
44
  inputs = gr.inputs.Image(type='pil')
45
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
46
 
47
+ title = "Image Classification Application"
48
  description = " Thesis Title: The Development of an Image Classification Application based on Shufflenet"
49
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1807.11164'>Shufflenet_v2 By Bekalu Nigus Dawit</a></p>"
50
 
51
  examples = [
52
  ['dog.jpg'],['pizza.jpeg'],['mushroom.jpeg']