Aumkeshchy2003 commited on
Commit
d33fcea
·
verified ·
1 Parent(s): 9562b5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["Aumkeshchy2003/Solar_Panel_detection", "solarpanels_native_3__x0_10924_y0_9818_dxdy_416.jpg"]
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)