Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ examples = ['test_image.png']
|
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|
20 |
-
gr.Interface(fn=predict,inputs=gr.
|
|
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|
20 |
+
gr.Interface(fn=predict, inputs=gr.components.Image(), outputs=gr.components.Label(num_top_classes=3), examples=examples).launch()
|