HarshitJoshi commited on
Commit
c0fb974
·
verified ·
1 Parent(s): edc687b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ interface_video = gr.Interface(
155
  fn=show_preds_video,
156
  inputs=inputs_video,
157
  outputs=outputs_video,
158
- title="Pothole detector",
159
  examples=video_path,
160
  cache_examples=False,
161
  )
 
155
  fn=show_preds_video,
156
  inputs=inputs_video,
157
  outputs=outputs_video,
158
+ title="Smoke Detection on Indian Roads",
159
  examples=video_path,
160
  cache_examples=False,
161
  )