akhaliq HF Staff commited on
Commit
5455bbe
·
1 Parent(s): 25cc91f

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="Inception v1"
63
- description="Inception v1 is a reproduction of GoogLeNet."
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="Inception v2"
63
+ description="Inception v2 is a deep convolutional networks for classification."
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)