daviddao commited on
Commit
29889aa
1 Parent(s): 562108b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(fn=predict_and_visualize,
32
  inputs=gr.Image(type="numpy", label="Upload Image"),
33
  outputs=gr.Image(label="Predicted Image"),
34
  title="DeepForest Tree Detection",
35
- examples=["./example.jpg"]
36
  description="Upload an image to detect trees using the DeepForest model.")
37
 
38
  # Launch the Gradio app
 
32
  inputs=gr.Image(type="numpy", label="Upload Image"),
33
  outputs=gr.Image(label="Predicted Image"),
34
  title="DeepForest Tree Detection",
35
+ examples=["./example.jpg"],
36
  description="Upload an image to detect trees using the DeepForest model.")
37
 
38
  # Launch the Gradio app