Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[['
|
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)
|