Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ 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='
|
|
|
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)
|