Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,6 @@ iface = gr.Interface(fn=predict,
|
|
85 |
outputs=gr.Image(type="pil"),
|
86 |
title='Blue and Yellow Taxi detection in live expressway traffic conditions (data.gov.sg)',
|
87 |
examples = [[Image.open("test_1.jpg"), Image.open("predicted_1.jpg")]]
|
88 |
-
)
|
|
|
|
|
|
85 |
outputs=gr.Image(type="pil"),
|
86 |
title='Blue and Yellow Taxi detection in live expressway traffic conditions (data.gov.sg)',
|
87 |
examples = [[Image.open("test_1.jpg"), Image.open("predicted_1.jpg")]]
|
88 |
+
)
|
89 |
+
|
90 |
+
iface.launch(share=True)
|