akhaliq HF staff commited on
Commit
a19ec39
1 Parent(s): f245451

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="AlexNet"
63
- description="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)
 
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)