yuhe6 commited on
Commit
8bf463f
1 Parent(s): 023be41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "GHOSTNET"
70
- description = "Gradio demo for GHOSTNET, Efficient networks by generating more features from cheap operations. 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'],
 
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'],