Vishaltiwari2019 commited on
Commit
3ba60ba
·
verified ·
1 Parent(s): 384b4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -79,8 +79,10 @@ iface_labels = gr.Interface(
79
 
80
  iface_tapped = gr.Interface(
81
  [iface_switch, iface_labels],
 
 
82
  title="Object Detection and Labels",
83
- layout="horizontal",
84
  allow_flagging=False
85
  )
86
 
 
79
 
80
  iface_tapped = gr.Interface(
81
  [iface_switch, iface_labels],
82
+ inputs="file",
83
+ outputs="image",
84
  title="Object Detection and Labels",
85
+ description="Upload an image and switch between object detection with boxes and displaying detected object labels as text.",
86
  allow_flagging=False
87
  )
88