Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ def inference(input_image):
|
|
66 |
inputs = gr.inputs.Image(type='pil')
|
67 |
outputs = gr.outputs.Label(type="confidences", num_top_classes = n_categories)
|
68 |
|
69 |
-
title = "
|
70 |
-
description = "
|
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 = [
|
74 |
['dog1.jpg'],
|
|
|
66 |
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 app for 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. Read more at the links below."
|
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 = [
|
74 |
['dog1.jpg'],
|