nehulagrawal commited on
Commit
fde7adc
1 Parent(s): 9fbc0af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ interface_image = gr.Interface(
55
  fn=show_preds_image,
56
  inputs=inputs_image,
57
  outputs=outputs_image,
58
- title="Object detection app",
59
  examples=path,
60
  cache_examples=False,
61
  )
 
55
  fn=show_preds_image,
56
  inputs=inputs_image,
57
  outputs=outputs_image,
58
+ title="thermal image Object detection app",
59
  examples=path,
60
  cache_examples=False,
61
  )