amosfang commited on
Commit
e7baa7c
1 Parent(s): 0f6f2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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)