yuhe6 commited on
Commit
ea01e88
·
1 Parent(s): 3b30bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,8 +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 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
- author = "Yu He (yuhe6), Xiongjie Dai (xdai12), Mengjia Zeng (mengjia6)"
72
  #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>"
73
 
74
  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 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. 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 = [