Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,8 @@ def predict(path):
|
|
| 59 |
return results
|
| 60 |
|
| 61 |
|
| 62 |
-
title="
|
| 63 |
-
description="
|
| 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)
|