Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
41 |
-
description="
|
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
|