Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ 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 = [
|
|
|
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 = [
|