Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ inputs = gr.inputs.Image(type='pil')
|
|
67 |
outputs = gr.outputs.Label(type="confidences", num_top_classes = n_categories)
|
68 |
|
69 |
title = "STAT 430 Final Project App -- Made by Group DHZ"
|
70 |
-
description = "This is our
|
71 |
#article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.11907'>GhostNet: More Features from Cheap Operations</a> | <a href='https://github.com/huawei-noah/CV-Backbones'>Github Repo</a></p>"
|
72 |
|
73 |
examples = [
|
|
|
67 |
outputs = gr.outputs.Label(type="confidences", num_top_classes = n_categories)
|
68 |
|
69 |
title = "STAT 430 Final Project App -- Made by Group DHZ"
|
70 |
+
description = "This is our Cat & Dog Classifier for the final project, and the model we use is generated by the second neural network augmented by the flipping technique, which is would give the best accuracy. To use it, simply upload your image, or click one of the examples to load them. The authors are Xiongjie Dai (xdai12), Yu He (yuhe6), Mengjia Zeng (mengjia6)."
|
71 |
#article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.11907'>GhostNet: More Features from Cheap Operations</a> | <a href='https://github.com/huawei-noah/CV-Backbones'>Github Repo</a></p>"
|
72 |
|
73 |
examples = [
|