Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ examples = ['image.jpeg']
|
|
20 |
interpretation='default'
|
21 |
enable_queue=True
|
22 |
|
23 |
-
gr.Interface(fn=predict,inputs=gr.Image(shape=(512, 512)),outputs=gr.Label(num_top_classes=3),
|
|
|
20 |
interpretation='default'
|
21 |
enable_queue=True
|
22 |
|
23 |
+
gr.Interface(fn=predict,inputs=gr.Image(shape=(512, 512)),outputs=gr.Label(num_top_classes=3),interpretation=interpretation,enable_queue=enable_queue).launch()
|