amosfang commited on
Commit
1899e57
1 Parent(s): 6317bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,6 +80,6 @@ examples = [[example_inputs[i], example_outputs[i]] for i in range(len(example_i
80
  iface = gr.Interface(fn=predict,
81
  inputs=gr.Image(label='Upload an expressway image', type="pil"),
82
  outputs=gr.Image(type="pil"),
83
- title='Blue and Yellow Taxi detection using live traffic conditions along expressways (data.gov.sg)',
84
  example=examples
85
  ).launch(share=True)
 
80
  iface = gr.Interface(fn=predict,
81
  inputs=gr.Image(label='Upload an expressway image', type="pil"),
82
  outputs=gr.Image(type="pil"),
83
+ title='Blue and Yellow Taxi detection in live expressway traffic conditions (data.gov.sg)',
84
  example=examples
85
  ).launch(share=True)