Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
|
|
21 |
outputs=gr.Image(type="numpy", label="Detection Output"),
|
22 |
title="Solar Panel Detection",
|
23 |
description="Upload an image, and the model will detect the Solar Panels.",
|
24 |
-
examples=["
|
25 |
)
|
26 |
|
27 |
# Launch the interface (Hugging Face Spaces will automatically run the app)
|
|
|
21 |
outputs=gr.Image(type="numpy", label="Detection Output"),
|
22 |
title="Solar Panel Detection",
|
23 |
description="Upload an image, and the model will detect the Solar Panels.",
|
24 |
+
examples=["solarpanels_native_3__x0_10924_y0_9818_dxdy_416.jpg", "solarpanels_native_3__x0_12671_y0_11008_dxdy_416.jpg"]
|
25 |
)
|
26 |
|
27 |
# Launch the interface (Hugging Face Spaces will automatically run the app)
|