akhaliq HF Staff commited on
Commit
2f23338
·
1 Parent(s): 6fdbda8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,5 +59,5 @@ def predict(path):
59
  title="DenseNet-121"
60
  description="DenseNet-121 is a convolutional neural network for classification."
61
 
62
- examples=[['apple.jpg']]
63
  gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)
 
59
  title="DenseNet-121"
60
  description="DenseNet-121 is a convolutional neural network for classification."
61
 
62
+ examples=[['kitten.jpg']]
63
  gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)