AliSaria commited on
Commit
c8d8f7b
·
1 Parent(s): 98f3ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ iface = gr.Interface(
37
  fn=predict_and_visualize,
38
  inputs=gr.Image(type="pil"), # We expect a PIL Image
39
  outputs=gr.Image(type="pil"), # We will return a PIL Image
40
- title="MilitarEye: Military Camouflage Detection",
41
- description="Upload an image to see the model's predicted probable camouflage mask position."
42
  )
43
 
44
  # Launch the Gradio app
 
37
  fn=predict_and_visualize,
38
  inputs=gr.Image(type="pil"), # We expect a PIL Image
39
  outputs=gr.Image(type="pil"), # We will return a PIL Image
40
+ title="MilitarEye: Military Stealth Camouflage Detector",
41
+ description="Please upload an image of a military personnel camouflaged in their surroundings. On the right, the model will attempt to predict the camouflage mask silhouette."
42
  )
43
 
44
  # Launch the Gradio app