yuragoithf commited on
Commit
cb61aec
·
1 Parent(s): 48bf1e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def fig2img(fig):
83
 
84
 
85
  description = """Object Detection"""
86
- title = """Object Detection"""
87
  image_in = gr.components.Image(label="Upload an image")
88
  image_out = gr.components.Image()
89
  prob_threshold_slider = gr.components.Slider(
 
83
 
84
 
85
  description = """Object Detection"""
86
+ title = """Upload an image and get the predicted classes"""
87
  image_in = gr.components.Image(label="Upload an image")
88
  image_out = gr.components.Image()
89
  prob_threshold_slider = gr.components.Slider(