Vvaann commited on
Commit
9386c56
·
verified ·
1 Parent(s): 8d9210d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ demo = gr.Interface(
94
  gr.Slider(0, 1, value=0.5,label="Overall opacity of the overlay"),
95
  ],
96
  outputs = [
 
97
  gr.Image(width= 256, height=256,label="Output Image"),
98
  gr.Label(label="Confidences", container=True, show_label= True),
99
  ],
 
94
  gr.Slider(0, 1, value=0.5,label="Overall opacity of the overlay"),
95
  ],
96
  outputs = [
97
+ gr.Label(label="Confidences", container=True, show_label= True)
98
  gr.Image(width= 256, height=256,label="Output Image"),
99
  gr.Label(label="Confidences", container=True, show_label= True),
100
  ],