Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -35,15 +35,13 @@ def detect_and_visualize_objects(image):
|
|
35 |
# Define the Gradio interface
|
36 |
image_input = gr.inputs.Image(type="pil")
|
37 |
image_output = gr.outputs.Image(type="pil")
|
38 |
-
article="The Space and War Missile Detection System is a network of sensors that is used to detect objects in space and in the atmosphere. The system includes ground-based radars, satellites, and other sensors. The sensors are used to detect the heat, light, and radio waves emitted by objects in space. The system can also detect the movement of objects in space.",
|
39 |
-
|
40 |
iface = gr.Interface(
|
41 |
fn=detect_and_visualize_objects,
|
42 |
inputs=image_input,
|
43 |
outputs=image_output,
|
44 |
title="Space and War Missile Detection System",
|
45 |
description="Detect objects in an image using a pre-trained model and visualize the results.",
|
46 |
-
|
47 |
|
48 |
)
|
49 |
|
|
|
35 |
# Define the Gradio interface
|
36 |
image_input = gr.inputs.Image(type="pil")
|
37 |
image_output = gr.outputs.Image(type="pil")
|
|
|
|
|
38 |
iface = gr.Interface(
|
39 |
fn=detect_and_visualize_objects,
|
40 |
inputs=image_input,
|
41 |
outputs=image_output,
|
42 |
title="Space and War Missile Detection System",
|
43 |
description="Detect objects in an image using a pre-trained model and visualize the results.",
|
44 |
+
|
45 |
|
46 |
)
|
47 |
|