Ujeshhh commited on
Commit
bcb5737
·
verified ·
1 Parent(s): 8611322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ iface = gr.Interface(
27
  fn=predict_rat,
28
  inputs=gr.Image(type="filepath"),
29
  outputs="text",
30
- title="Rat Detection App",
31
  description="Upload an image to check if it contains a rat."
32
  )
33
 
 
27
  fn=predict_rat,
28
  inputs=gr.Image(type="filepath"),
29
  outputs="text",
30
+ title="Rodent Detection App",
31
  description="Upload an image to check if it contains a rat."
32
  )
33