Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ examples = ['frikandel.jpg']
|
|
23 |
|
24 |
enable_queue=True
|
25 |
|
26 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(224, 224)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,
|
|
|
23 |
|
24 |
enable_queue=True
|
25 |
|
26 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(224, 224)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
|