akhaliq HF staff commited on
Commit
4ada375
1 Parent(s): 3299712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ def predict(path):
59
  return results
60
 
61
 
62
- title="GoogleNet"
63
- description="GoogLeNet is the name of a convolutional neural network for classification, which competed in the ImageNet Large Scale Visual Recognition Challenge in 2014."
64
 
65
  examples=[['catonnx.jpg']]
66
  gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)
 
59
  return results
60
 
61
 
62
+ title="CaffeNet"
63
+ description="CaffeNet a variant of AlexNet. AlexNet is the name of a convolutional neural network for classification, which competed in the ImageNet Large Scale Visual Recognition Challenge in 2012."
64
 
65
  examples=[['catonnx.jpg']]
66
  gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)